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 |
---|---|
|
Method succeeded. |
|
Insufficient memory exists to perform the operation. |
|
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 |