Skip to content

Latest commit

 

History

History
73 lines (59 loc) · 2.42 KB

nf-d3dkmthk-d3dkmtcreatekeyedmutex.md

File metadata and controls

73 lines (59 loc) · 2.42 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
NF:d3dkmthk.D3DKMTCreateKeyedMutex
D3DKMTCreateKeyedMutex function (d3dkmthk.h)
The D3DKMTCreateKeyedMutex function creates a keyed mutex object. The function returns STATUS_SUCCESS on successful creation of the keyed mutex object.
display\d3dkmtcreatekeyedmutex.htm
05/10/2018
D3DKMTCreateKeyedMutex function
D3DKMTCreateKeyedMutex, D3DKMTCreateKeyedMutex callback function [Display Devices], OpenGL_Functions_a8475da1-40bf-4669-9da8-f6bb09c3f905.xml, PFND3DKMT_CREATEKEYEDMUTEX, PFND3DKMT_CREATEKEYEDMUTEX callback, d3dkmthk/D3DKMTCreateKeyedMutex, display.d3dkmtcreatekeyedmutex
d3dkmthk.h
D3dkmthk.h
Universal
D3DKMTCreateKeyedMutex is supported beginning with the Windows 7 operating system.
Gdi32.lib
Gdi32.dll
Windows
display
D3DKMTCreateKeyedMutex
d3dkmthk/D3DKMTCreateKeyedMutex
APIRef
kbSyntax
DllExport
Gdi32.dll
D3DKMTCreateKeyedMutex

D3DKMTCreateKeyedMutex function

-description

The D3DKMTCreateKeyedMutex function creates a keyed mutex object.

-parameters

-param unnamedParam1

pData [in, out]

A pointer to a D3DKMT_CREATEKEYEDMUTEX structure that describes a keyed mutex object to create.

-returns

D3DKMTCreateKeyedMutex returns one of the following values:

Return code Description
STATUS_SUCCESS The keyed mutex object was successfully created.
STATUS_DEVICE_REMOVED The graphics adapter was stopped or the display device was reset.
STATUS_INVALID_PARAMETER Parameters were validated and determined to be incorrect.
STATUS_NO_MEMORY D3DKMTCreateKeyedMutex could not complete because of insufficient memory.

This function might also return other NTSTATUS values.

-see-also

D3DKMT_CREATEKEYEDMUTEX