CODDWordProperty::GetValue
Get the value of the integer property.
Defined in: OdDWordProp.cpp
Syntax
int CODDWordProperty::GetValue() constvoid CODDWordProperty::GetValue(int& nValue) const
void CODDWordProperty::GetValue(UINT& nValue) const
void CODDWordProperty::GetValue(DWORD& dwValue) const
void CODDWordProperty::GetValue(CString& strValue) const
void CODDWordProperty::GetValue(VARIANT& vValue) const
Return Value
The first overloaded version of this function returns the integer value.
Parameters
nValue
Reference to int object in which to store the value.
nValue
Reference to UINT object in which to store the value.
strValue
Reference to string object in which to store the value.
vValue
Reference to VARIANT object in which to store the value.