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

◆ Get() [24/25]

static void Sdp::Get ( const std::string &  name,
UINT64 *  value,
StatusType *const  status 
)
inlinestatic

Fetch A Unsigned 64 Bit Integer Value From A Named Parameter.

If The Named Parameter Exists, Then Fetch Its Value And Convert It To A Uint64, If Possible.

Remarks
Only available if the macro DRAMA_ALLOW_CPP_STDLIB is defined and long intergers are NOT 64 bit.
See also
Sdpgetu64()
Parameters
nameThe Name Of The Parameter.
valueThe Value Returned Is Written Here.
statusInherited Status.