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

See also

ITPrivateEvent