CODDWordProperty::SetValue

Set the value of the integer property.

Defined in: OdDWordProp.cpp

Syntax

void CODDWordProperty::SetValue(const int nValue)

void CODDWordProperty::SetValue(const UINT nValue)

void CODDWordProperty::SetValue(const DWORD dwValue)

void CODDWordProperty::SetValue(const LPCTSTR lpszValue)

void CODDWordProperty::SetValue(const VARIANT& vValue)

Parameters

nValue

Integer containing new value to assign to property.

nValue

Unsigned integer containing new value to assign to property.

lpszValue

String containing new value to assign to property.

vValue

VARIANT containing new value to assign to property.