solidDB Help : solidDB reference : 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
The following table describes the 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
Go up to
solidDB SA: Function reference