Funzione D3DKMTDestroyKeyedMutex (d3dkmthk.h)

La funzione D3DKMTDestroyKeyedMutex distrugge un oggetto mutex chiave.

Sintassi

NTSTATUS D3DKMTDestroyKeyedMutex(
  [in] const D3DKMT_DESTROYKEYEDMUTEX *unnamedParam1
);

Parametri

[in] unnamedParam1

Puntatore a una struttura D3DKMT_DESTROYKEYEDMUTEX che specifica l'oggetto mutex chiave da eliminare.

Valore restituito

D3DKMTDestroyKeyedMutex restituisce uno dei valori seguenti:

Codice restituito Descrizione
STATUS_SUCCESS L'oggetto mutex chiave è stato eliminato correttamente.
STATUS_INVALID_PARAMETER I parametri sono stati convalidati e determinati per essere non corretti.

Questa funzione potrebbe anche restituire altri valori NTSTATUS .

Requisiti

Requisito Valore
Client minimo supportato D3DKMTDestroyKeyedMutex è supportato a partire dal sistema operativo Windows 7.
Piattaforma di destinazione Universale
Intestazione d3dkmthk.h (include D3dkmthk.h)
Libreria Gdi32.lib
DLL Gdi32.dll

Vedi anche

D3DKMT_DESTROYKEYEDMUTEX