IEventProperty::Value property

The value of the event property.

This property is read/write.

Syntax


HRESULT put_Value(
  [in]          VARIANT *propertyValue
);

HRESULT get_Value(
  [out, retval] VARIANT *propertyValue
);

Property value

The value to be set.

Error codes

The possible return values include E_INVALIDARG, E_OUTOFMEMORY, E_UNEXPECTED, E_FAIL, and S_OK.

Requirements

Minimum supported client

Windows 2000 Professional [desktop apps only]

Minimum supported server

Windows 2000 Server [desktop apps only]

Header

EventSys.h

IDL

EventSys.idl

IID

IID_IEventProperty is defined as da538ee2-f4de-11d1-b6bb-00805fc79216

See also

IEventProperty

 

 

Show: