CWiauPropertyList::SetCurrentValue(INT,FLOAT) method (wiautil.h)
The CWiauPropertyList::SetCurrentValue(INT,FLOAT) method sets the current value of a property of type FLOAT, and sets its type to VT_R4.
Syntax
void SetCurrentValue(
INT index,
FLOAT 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
None
Requirements
Requirement | Value |
---|---|
Target Platform | Desktop |
Header | wiautil.h (include Wiautil.h, Wiamindr.h) |