TdhCloseDecodingHandle, fonction (tdh.h)

Libère toutes les ressources associées au handle de décodage d’entrée.

Syntaxe

TDHSTATUS TdhCloseDecodingHandle(
  [in] TDH_HANDLE Handle
);

Paramètres

[in] Handle

Type : TDH_HANDLE

Handle de décodage à fermer.

Valeur retournée

Type : ULONG

Cette fonction retourne ERROR_SUCCESS à l’achèvement.

Configuration requise

   
Client minimal pris en charge Windows 8 [applications de bureau uniquement]
Serveur minimal pris en charge Windows Server 2012 [applications de bureau uniquement]
Plateforme cible Windows
En-tête tdh.h
Bibliothèque Tdh.lib
DLL Tdh.dll

Voir aussi

TdhOpenDecodingHandle