CWiauPropertyList::SetCurrentValue(INT,LONG) (returns void) (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

void 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

None

Requirements

Requirement Value
Target Platform Desktop
Header wiautil.h (include Wiautil.h, Wiamindr.h)

See also

CWiauPropertyList

CWiauPropertyList::DefineProperty