Condividi tramite


Funzione D3DKMTDestroyHwQueue (d3dkmthk.h)

Usato per distruggere una coda hardware.

Sintassi

NTSTATUS D3DKMTDestroyHwQueue(
  [in] const D3DKMT_DESTROYHWQUEUE *unnamedParam1
);

Parametri

[in] unnamedParam1

Puntatore a una struttura D3DKMT_DESTROYHWQUEUE che contiene le informazioni necessarie per distruggere una coda 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_DESTROYHWQUEUE