Compartir a través de


CWiauPropertyList::SetCurrentValue(INT,LONG) (devuelve void) (wiautil.h)

El método CWiauPropertyList::SetCurrentValue(INT,LONG) establece el valor actual de una propiedad de tipo LONG y establece su tipo en VT_I4.

Sintaxis

void SetCurrentValue(
  INT  index,
  LONG value
);

Parámetros

index

Especifica el índice de propiedad. Establezca este parámetro en el valor de *pIdx cuando se devuelve el método CWiauPropertyList::D efineProperty .

value

Especifica el valor que se escribe en la propiedad device de la lista de propiedades.

Valor devuelto

None

Requisitos

Requisito Value
Plataforma de destino Escritorio
Encabezado wiautil.h (incluye Wiautil.h, Wiamindr.h)

Consulte también

CWiauPropertyList

CWiauPropertyList::D efineProperty