AAO DRAMA C++ Interface (Old style)
DRAMA C++, Depreciated, don't use for new code

◆ ExportDefined()

void SdsId::ExportDefined ( const unsigned long  length,
void *const  data,
StatusType *const  status 
)
inline

Export the SDS structure into a buffer, defining any undefined data.

The SDS structure refered to by this SdsId object is exported into the specified buffer, with any undefined data defined.

Data may be undefined if you created a new item but have not yet put any data into it. The standard Export() method does not allow space for this data, but this method does.

See also
SdsExportDefined()
SdsId::Export
Parameters
lengthThe length of the buffer. Should be the value returned by SdsSizeDefined() or SdsId::SizeDefined
dataThe buffer to write the data into. Should be of at least the size specified by length.
statusInherited status.