Partager via


ITToneDetectionEvent::get_CallbackInstance méthode (tapi3if.h)

La méthode get_CallbackInstance obtient un pointeur vers la fonction de rappel de l’application qui traitera l’événement.

Syntaxe

HRESULT get_CallbackInstance(
  [out] long *plCallbackInstance
);

Paramètres

[out] plCallbackInstance

Pointeur vers le rappel instance retourné par la méthode ITTAPI::RegisterCallNotifications.

Valeur retournée

Cette méthode peut retourner l’une de ces valeurs.

Code/valeur de retour Description
S_OK
La méthode a réussi.
E_POINTER
Le paramètre plCallbackInstance n’est pas un pointeur valide.
8
LegacyMediaControl2 Enums

Configuration requise

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

Voir aussi

ITTAPI::RegisterCallNotifications

ITToneDetectionEvent