D3DKMT_CREATEKEYEDMUTEX struttura (d3dkmthk.h)

La struttura D3DKMT_CREATEKEYEDMUTEX descrive un mutex chiave creato dalla funzione D3DKMTCreateKeyedMutex .

Sintassi

typedef struct _D3DKMT_CREATEKEYEDMUTEX {
  [in]  D3DKMT_ALIGN64 UINT64 InitialValue;
  [out] D3DKMT_HANDLE         hSharedHandle;
  [out] D3DKMT_HANDLE         hKeyedMutex;
} D3DKMT_CREATEKEYEDMUTEX;

Members

[in] InitialValue

Valore a 64 bit che specifica il valore iniziale per creare il mutex con chiave.

[out] hSharedHandle

Tipo di dati D3DKMT_HANDLE che rappresenta un handle globale condiviso in modalità kernel all'oggetto mutex chiave.

[out] hKeyedMutex

Tipo di dati D3DKMT_HANDLE che rappresenta un handle in modalità kernel all'oggetto mutex chiave nel processo corrente.

Requisiti

Requisito Valore
Client minimo supportato D3DKMT_CREATEKEYEDMUTEX è supportato a partire dal sistema operativo Windows 7.
Intestazione d3dkmthk.h (include D3dkmthk.h)

Vedi anche

D3DKMTCreateKeyedMutex