ITAgentSessionEvent::get_Event method (tapi3.h)

The get_Event method gets an AGENT_SESSION_EVENT descriptor of the event that occurred.

Syntax

HRESULT get_Event(
  [out] AGENT_SESSION_EVENT *pEvent
);

Parameters

[out] pEvent

Pointer to the AGENT_SESSION_EVENT descriptor of the event.

Return value

This method can return one of these values.

Value Meaning
S_OK
Method succeeded.
E_OUTOFMEMORY
Insufficient memory exists to perform the operation.
E_POINTER
The pEvent parameter is not a valid pointer.

Requirements

Requirement Value
Target Platform Windows
Header tapi3.h (include Tapi3.h)
Library Uuid.lib
DLL Tapi3.dll

See also

AGENT_SESSION_EVENT

ITAgentSessionEvent