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

◆ Get() [7/25]

static void Sdp::Get ( const char *  name,
INT64 *  value,
StatusType *  status 
)
inlinestatic

Fetch a 64 bit integer value from a named parameter.

If the named parameter exists, then fetch its value and convert it to a INT64, if possible.

Remarks
Only available on machines where long is NOT 64 bits.
See also
SdpGeti64()
Parameters
nameThe name of the parameter.
valueThe value returned is written here.
statusInherited status.