ITPhoneDeviceSpecificEvent::get_Phone method (tapi3if.h)

The get_Phone method retrieves the ITPhone interface pointer for a phone device event.

Syntax

HRESULT get_Phone(
  [out] ITPhone **ppPhone
);

Parameters

[out] ppPhone

Pointer to the ITPhone interface for the phone object involved in the event.

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 ppPhone parameter is not a valid pointer.

Requirements

Requirement Value
Target Platform Windows
Header tapi3if.h
Library Uuid.lib
DLL Tapi3.dll

See also

ITPhone

ITPhoneDeviceSpecificEvent