Programmer Guide : solidDB® SA : solidDB® SA function reference : SaDfloatSetAsciiz
  
SaDfloatSetAsciiz
SaDfloatSetAsciiz sets the value of the dfloat from a zero-terminated ASCII string.
Synopsis
SaRetT SA_EXPORT_H SaDfloatSetAsciiz(
  SaDfloatT* p_dfl,
  char* asciiz)
Parameters
Parameters
Usage type
Description
p_dfl1
out
Pointer to dfloat variable where the result is stored.
asciiz
in
Buffer where the dfloat value is read as a zero-terminated ASCII string.
Parameters
Return value
SA_RC_SUCC SA_ERR_FAILED
See also
solidDB® SA function reference