ITCallHubEvent::get_Event method (tapi3if.h)

The get_Event method returns a pointer to a CALLHUB_EVENT enum description of the event that occurred.

Syntax

HRESULT get_Event(
  [out] CALLHUB_EVENT *pEvent
);

Parameters

[out] pEvent

Pointer to a CALLHUB_EVENT enum description of the event.

Return value

This method can return one of these values.

Return code Description
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 tapi3if.h (include Tapi3.h)
Library Uuid.lib
DLL Tapi3.dll

See also

CALLHUB_EVENT

CallHub Object

ITCallHubEvent