CWiauPropertyList::SetCurrentValue(INT,LONG) method (wiautil.h)
The CWiauPropertyList::SetCurrentValue(INT,LONG) method sets the current value of a property of type LONG, and sets its type to VT_I4.
Syntax
HRESULT SetCurrentValue(
INT index,
LONG value
);
Parameters
index
Specifies the property index. Set this parameter to the value in *pIdx when the CWiauPropertyList::DefineProperty method returns.
value
Specifies the value that is written to the device property in the property list.
Return value
HRESULT
Requirements
Requirement | Value |
---|---|
Target Platform | Desktop |
Header | wiautil.h (include Wiautil.h, Wiamindr.h) |