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 che contiene 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 codice di errore NTSTATUS appropriato.

Requisiti

Requisito Valore
Piattaforma di destinazione Windows
Intestazione d3dkmthk.h
Libreria Gdi32.lib
DLL Gdi32.dll

Vedi anche

D3DKMT_DESTROYHWCONTEXT