Condividi tramite


Funzione D3DKMTDestroyAllocation (d3dkmthk.h)

La funzione D3DKMTDestroyAllocation rilascia una risorsa, un elenco di allocazioni o entrambi.

Sintassi

NTSTATUS D3DKMTDestroyAllocation(
  [in] const D3DKMT_DESTROYALLOCATION *unnamedParam1
);

Parametri

[in] unnamedParam1

Puntatore a una struttura D3DKMT_DESTROYALLOCATION che contiene informazioni per il rilascio delle allocazioni.

Valore restituito

D3DKMTDestroyAllocation restituisce uno dei valori seguenti:

Codice restituito Descrizione
STATUS_SUCCESS Le allocazioni sono state rilasciate correttamente.
STATUS_INVALID_PARAMETER I parametri sono stati convalidati e sono stati determinati come non corretti.

Questa funzione potrebbe anche restituire altri valori NTSTATUS .

Requisiti

Requisito Valore
Client minimo supportato Windows Vista
Piattaforma di destinazione Universale
Intestazione d3dkmthk.h (include D3dkmthk.h)
Libreria Gdi32.lib
DLL Gdi32.dll

Vedi anche

D3DKMT_DESTROYALLOCATION