SaDynDataCreate
SaDynDataCreate creates a new dynamic data object. A dynamic data object is an object that can hold variable amounts of any type of data.
Dynamic data objects can be manipulated using other SaDynDataXXX functions.
See
SaCursorColDynData for a more detailed discussion of "Dynamic Data" (SaDynDataT).
Synopsis
SaDynDataT* SA_EXPORT_H SaDynDataCreate(void)
Parameters
SaDynDataCreate accepts no parameters.
Return value
The following table describes the return values:
Return usage type
|
Description
|
give
|
A new empty dynamic data object. Returns NULL in case of an error.
|
Go up to