Condividi tramite


Funzione D3DKMTDestroyHwContext (d3dkmthk.h)

Usato per distruggere un contesto hardware.

Sintassi

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

Parametri

[in] unnamedParam1

Puntatore a una struttura D3DKMT_DESTROYHWCONTEXT contenente le informazioni necessarie per distruggere un contesto hardware.

Valore restituito

Il metodo restituisce STATUS_SUCCESS se l'operazione ha esito positivo. In caso contrario, questo metodo potrebbe restituire un NTSTATUS codice di errore.

Fabbisogno

Requisito Valore
piattaforma di destinazione Finestre
intestazione d3dkmthk.h
libreria Gdi32.lib
dll Gdi32.dll

Vedere anche

D3DKMT_DESTROYHWCONTEXT