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

◆ Put() [18/31]

void Arg::Put ( const char *  name,
UINT64  value,
StatusType *const  status 
)
inline

Insert an unsigned 64 bit integer value into a named component of the Arg structure.

The named item is created in the current structure if it does not already exist (of SDS type SDS_UINT64) and the specified value inserted. If the name item already exists, then the value is converted to that type (if possible) and inserted.

See also
ArgPutui64()
Parameters
nameThe name of the item within the SDS structure.
valueThe value to be inserted.
statusInherited status.