ITFileTerminalEvent::get_Call method (tapi3if.h)

The get_Call method gets a pointer to the call information interface for the call on which the event has occurred.

Syntax

HRESULT get_Call(
  [out] ITCallInfo **ppCall
);

Parameters

[out] ppCall

Pointer to the ITCallInfo interface.

Return value

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Remarks

When a terminal must generate an event, it requires a selected track in order to pass the event to an MSP which will then pass it to the application through TAPI. The first track that accepts the task of sending the event will be used. If the terminal has more than one track and the tracks are selected onto streams that belong to different calls, the call object pointer eventually returned could be for any of those calls.

Requirements

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

See also

ITCallInfo

ITFileTerminalEvent