struttura D3DKMT_CREATEKEYEDMUTEX (d3dkmthk.h)
La struttura D3DKMT_CREATEKEYEDMUTEX descrive un mutex con 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;
Membri
[in] InitialValue
Valore a 64 bit che specifica il valore iniziale per cui creare il mutex con chiave.
[out] hSharedHandle
Tipo di dati D3DKMT_HANDLE che rappresenta un handle globale condiviso in modalità kernel per l'oggetto mutex con chiave.
[out] hKeyedMutex
Oggetto D3DKMT_HANDLE tipo di dati che rappresenta un handle in modalità kernel per l'oggetto mutex con chiave nel processo corrente.
Fabbisogno
Requisito | Valore |
---|---|
client minimo supportato | D3DKMT_CREATEKEYEDMUTEX è supportato a partire dal sistema operativo Windows 7. |
intestazione | d3dkmthk.h (include D3dkmthk.h) |