Skip to content

Latest commit

 

History

History
69 lines (58 loc) · 2.1 KB

nf-d3dkmthk-d3dkmtcreatesynchronizationobject2.md

File metadata and controls

69 lines (58 loc) · 2.1 KB
UID title description ms.date 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.D3DKMTCreateSynchronizationObject2
D3DKMTCreateSynchronizationObject2 function (d3dkmthk.h)
Learn more about the D3DKMTCreateSynchronizationObject2 function.
03/14/2024
D3DKMTCreateSynchronizationObject2 function
d3dkmthk.h
D3dkmthk.h
Universal
Windows 7
Gdi32.lib
Gdi32.dll
Windows
display
D3DKMTCreateSynchronizationObject2
d3dkmthk/D3DKMTCreateSynchronizationObject2
APIRef
kbSyntax
DllExport
Gdi32.dll
API-MS-Win-dx-d3dkmt-l1-1-0.dll
API-MS-Win-dx-d3dkmt-l1-1-1.dll
API-MS-Win-DX-D3DKMT-L1-1-2.dll
D3DKMTCreateSynchronizationObject2

D3DKMTCreateSynchronizationObject2 function

-description

The D3DKMTCreateSynchronizationObject2 function creates a kernel-mode synchronization object.

-parameters

-param unnamedParam1

pData [in/out] is a pointer to a D3DKMT_CREATESYNCHRONIZATIONOBJECT2 structure that describes the synchronization object to create.

-returns

D3DKMTCreateSynchronizationObject2 returns an NTSTATUS value such as one of the following:

Return code Description
STATUS_SUCCESS The kernel-mode synchronization 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 D3DKMTCreateSynchronizationObject2 couldn't complete because of insufficient memory.

-see-also

D3DKMT_CREATESYNCHRONIZATIONOBJECT2