Class

Get or set the Event Class.

Property get

HRESULT Class([out, retval] long *pVal);

Parameters

pVal

[out, retval] pointer to a long variable that receives the Event Class

Return Values

S_OK

Function was successfully called

E_POINTER

pVal was no valid pointer

Property set

HRESULT Class([in] long
newVal);

Parameters

newVal

[in] long variable holding the new Event Class

Return Values

S_OK

The Event Class was successfully set to newVal