CODFillProperties::SetValue
Sets the value of the given property.
Defined in: OdFillProp.cpp
Syntax
BOOL CODFillProperties::SetValue(const int nPropId, LPCTSTR lpszValue)BOOL CODFillProperties::SetValue(const int nPropId, const int nValue)
BOOL CODFillProperties::SetValue(const int nPropId, const UINT nValue)
BOOL CODFillProperties::SetValue(const int nPropId, const DWORD dwValue)
BOOL CODFillProperties::SetValue(const int nPropId, const float fValue)
Return Value
TRUE if the property identifier is supported by this property container. FALSE if the property identifier is invalid.
Parameters
nPropId
ID of property to set.
lpszValue
Input value to assign to the specified property.
nValue
Input value to assign to the specified property.
nValue
Input value to assign to the specified property.
dwValue
Input value to assign to the specified property.
fValue
Input value to assign to the specified property.