ITPrivateEvent::get_EventCode method (tapi3if.h)

The get_EventCode method returns a pointer to a provider-specific event descriptor.

Syntax

HRESULT get_EventCode(
  [out] long *plEventCode
);

Parameters

[out] plEventCode

Pointer to the provider-specific event descriptor.

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 plEventCode 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