Skip to content

Latest commit

 

History

History
86 lines (63 loc) · 2.7 KB

ns-d3dkmthk-_d3dkmt_createkeyedmutex2.md

File metadata and controls

86 lines (63 loc) · 2.7 KB
UID title description old-location ms.date keywords ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos tech.root req.typenames f1_keywords topic_type api_type api_location api_name
NS:d3dkmthk._D3DKMT_CREATEKEYEDMUTEX2
_D3DKMT_CREATEKEYEDMUTEX2 (d3dkmthk.h)
Describes a keyed mutex that the D3DKMTCreateKeyedMutex2 function creates that includes private data.
display\d3dkmt_createkeyedmutex2.htm
05/10/2018
D3DKMT_CREATEKEYEDMUTEX2 structure
D3DKMT_CREATEKEYEDMUTEX2, D3DKMT_CREATEKEYEDMUTEX2 structure [Display Devices], _D3DKMT_CREATEKEYEDMUTEX2, d3dkmthk/D3DKMT_CREATEKEYEDMUTEX2, display.d3dkmt_createkeyedmutex2
d3dkmthk.h
D3dkmthk.h
Windows
Windows 8
Windows Server 2012
Windows
display
D3DKMT_CREATEKEYEDMUTEX2
_D3DKMT_CREATEKEYEDMUTEX2
d3dkmthk/_D3DKMT_CREATEKEYEDMUTEX2
D3DKMT_CREATEKEYEDMUTEX2
d3dkmthk/D3DKMT_CREATEKEYEDMUTEX2
APIRef
kbSyntax
HeaderDef
D3dkmthk.h
_D3DKMT_CREATEKEYEDMUTEX2
D3DKMT_CREATEKEYEDMUTEX2

_D3DKMT_CREATEKEYEDMUTEX2 structure

-description

Describes a keyed mutex that the D3DKMTCreateKeyedMutex2 function creates that includes private data.

-struct-fields

-field InitialValue [in]

A 64-bit value that specifies the initial value to create the keyed mutex for.

-field hSharedHandle [out]

A value of type D3DKMT_HANDLE that represents a kernel-mode shared global handle to the keyed mutex object.

-field hKeyedMutex [out]

A value of type D3DKMT_HANDLE that represents a kernel-mode handle to the keyed mutex object in the current process.

-field pPrivateRuntimeData [in]

A pointer to a caller-supplied buffer where the runtime private data associated with the resource is stored.

-field PrivateRuntimeDataSize [in]

The size, in bytes, of the buffer pointed to by the pPrivateRuntimeData member.

-field Flags [in]

A D3DKMT_CREATEKEYEDMUTEX2_FLAGS structure that indicates how to specify a handle to a keyed mutex object.

-see-also

D3DKMTCreateKeyedMutex2

D3DKMT_CREATEKEYEDMUTEX2_FLAGS