SaDynDataGetLen
SaDynDataGetLen returns the length of the data area of the dynamic data object.
See
SaCursorColDynData for a more detailed discussion of "Dynamic Data" (SaDynDataT).
Synopsis
unsigned SA_EXPORT_H SaDynDataGetLen( SaDynDataT* dd)
Parameters
The following table describes the parameters:
Parameters
|
Usage type
|
Description
|
dd
|
in, use
|
Dynamic data object.
|
Return value
Data area length. The function returns 0 if there is an error, or if the actual length of the data area is 0.
Go up to