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

◆ PutExtra()

void SdsId::PutExtra ( const long  nextra,
const char *const  extra,
StatusType *const  status 
)
inline

Put extra data into an SDS item.

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

See also
SdsPutExtra()
SdsId::GetExtra
SdsGetExtra()
Parameters
nextraThe amount of data to put
extraThe buffer of the data, must of of size length or greater.
statusInherited status.

Referenced by Arg::PutExtra().