ITPrivateEvent::get_EventInterface method (tapi3if.h)
The get_EventInterface method returns a pointer to the IDispatch interface of the private object's event handler.
Syntax
HRESULT get_EventInterface(
[out] IDispatch **pEventInterface
);
Parameters
[out] pEventInterface
Pointer to the IDispatch interface of the private object's event handler.
Return value
This method can return one of these values.
Value | Meaning |
---|---|
|
Method succeeded. |
|
Insufficient memory exists to perform the operation. |
|
The pEventInterface parameter is not a valid pointer. |
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | tapi3if.h (include Tapi3.h) |
Library | Uuid.lib |
DLL | Tapi3.dll |