MustConfirm

Get or set the Events Priority.

Property get

HRESULT MustConfirm([out, retval]
BOOL *pVal);

Parameters

pVal

[out, retval] pointer to a BOOL variable that receives the current state

Return Values

S_OK

Function was successfully called

E_POINTER

pVal was no valid pointer

Property set

HRESULT MustConfirm([in] BOOL
newVal);

Parameters

newVal

[in] BOOL variable holding the new value

Return Values

S_OK

The function completed successfully