ITCallNotificationEvent::get_Event method (tapi3if.h)
The get_Event method returns a CALL_NOTIFICATION_EVENT description of whether the application owns or is monitoring the call on which the event has occurred.
Syntax
HRESULT get_Event(
[out] CALL_NOTIFICATION_EVENT *pCallNotificationEvent
);
Parameters
[out] pCallNotificationEvent
Pointer to the CALL_NOTIFICATION_EVENT description of the application's privilege on the call returned by ITCallNotificationEvent::get_Call.
Return value
This method can return one of these values.
Value | Meaning |
---|---|
|
Method succeeded. |
|
Insufficient memory exists to perform the operation. |
|
The pCallNotificationEvent parameter is not a valid pointer. |
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | tapi3if.h (include Tapi3.h) |
Library | Uuid.lib |
DLL | Tapi3.dll |