Partager via


MÉTHODE ITFileTrack::get_ControllingTerminal (tapi3if.h)

La méthode get_ControllingTerminal retourne le terminal multipiste qui contrôle la piste actuelle.

Syntaxe

HRESULT get_ControllingTerminal(
  [out] ITTerminal **ppControllingTerminal
);

Paramètres

[out] ppControllingTerminal

Pointeur vers l’interface ITTerminal .

Valeur retournée

Si cette méthode réussit, elle retourne S_OK. Sinon, elle retourne un code d’erreur HRESULT.

Remarques

TAPI appelle la méthode AddRef sur l’interface ITTerminal retournée par ITFileTrack::get_ControllingTerminal. L’application doit appeler Release sur ITTerminal pour libérer les ressources qui lui sont associées.

Configuration requise

   
Plateforme cible Windows
En-tête tapi3if.h (inclure Tapi3.h)
Bibliothèque Uuid.lib
DLL Tapi3.dll

Voir aussi

ITFileTrack

ITTerminal