Priority

Get or set the Events Priority.

Property get

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

Parameters

pVal

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

Return Values

S_OK

Function was successfully called

E_POINTER

pVal was no valid pointer

Property set

HRESULT Priority([in] long
newVal);

Parameters

newVal

[in] long variable holding the new Event Priority

Return Values

S_OK

The Event Priority was successfully set to newVal