Skip to content

Latest commit

 

History

History
80 lines (64 loc) · 2.76 KB

nf-tapi3if-ittoneterminalevent-get_terminal.md

File metadata and controls

80 lines (64 loc) · 2.76 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:tapi3if.ITToneTerminalEvent.get_Terminal
ITToneTerminalEvent::get_Terminal (tapi3if.h)
The get_Terminal method returns an ITTerminal pointer for the tone terminal on which the event occurred.
ITToneTerminalEvent interface [TAPI 2.2]
get_Terminal method
ITToneTerminalEvent.get_Terminal
ITToneTerminalEvent::get_Terminal
_tapi3_ittoneterminalevent_get_terminal
get_Terminal
get_Terminal method [TAPI 2.2]
get_Terminal method [TAPI 2.2]
ITToneTerminalEvent interface
tapi3.ittoneterminalevent_get_terminal
tapi3if/ITToneTerminalEvent::get_Terminal
tapi3\ittoneterminalevent_get_terminal.htm
tapi3
3358e219-fde9-4b60-bf75-c6d8c42a51ea
12/05/2018
ITToneTerminalEvent interface [TAPI 2.2],get_Terminal method, ITToneTerminalEvent.get_Terminal, ITToneTerminalEvent::get_Terminal, _tapi3_ittoneterminalevent_get_terminal, get_Terminal, get_Terminal method [TAPI 2.2], get_Terminal method [TAPI 2.2],ITToneTerminalEvent interface, tapi3.ittoneterminalevent_get_terminal, tapi3if/ITToneTerminalEvent::get_Terminal
tapi3if.h
Tapi3.h
Windows
Uuid.lib
Tapi3.dll
Windows
19H1
ITToneTerminalEvent::get_Terminal
tapi3if/ITToneTerminalEvent::get_Terminal
c++
APIRef
kbSyntax
COM
Tapi3.dll
ITToneTerminalEvent.get_Terminal

ITToneTerminalEvent::get_Terminal

-description

The get_Terminal method returns an ITTerminal pointer for the tone terminal on which the event occurred.

-parameters

-param ppTerminal [out]

Pointer to the ITTerminal interface.

-returns

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

-remarks

TAPI calls the AddRef method on the ITTerminal interface returned by ITToneTerminalEvent::get_Terminal. The application must call Release on the ITTerminal interface to free resources associated with it.

-see-also

ITTerminal

ITToneTerminalEvent