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

◆ GetExtra()

void SdsId::GetExtra ( const unsigned long  length,
char *const  extra,
StatusType *const  status,
unsigned long *  actlen = 0 
) const
inline

Get extra data from an SDS item.

This method accesses the extra data from an SDS item. The data is copied into the specified buffer.

See also
SdsGetExtra()
SdsId::PutExtra
SdsPutExtra()
Parameters
lengthThe amount of data to fetch.
extraThe buffer to fetch the data into, must of of size length or greater.
statusInherited status.
actlenThe actual amount of data retrived is written here. If not supplied, this information is not returned.