D3DKMTDestroyHwContext, fonction (d3dkmthk.h)

Utilisé pour détruire un contexte matériel.

Syntaxe

NTSTATUS D3DKMTDestroyHwContext(
  [in] const D3DKMT_DESTROYHWCONTEXT *unnamedParam1
);

Paramètres

[in] unnamedParam1

Pointeur vers une structure de D3DKMT_DESTROYHWCONTEXT contenant les informations nécessaires pour détruire un contexte matériel.

Valeur retournée

La méthode retourne STATUS_SUCCESS si l’opération réussit. Sinon, cette méthode peut retourner un code d’erreur NTSTATUS approprié.

Configuration requise

Condition requise Valeur
Plateforme cible Windows
En-tête d3dkmthk.h
Bibliothèque Gdi32.lib
DLL Gdi32.dll

Voir aussi

D3DKMT_DESTROYHWCONTEXT