D3DKMTCreateSynchronizationObject2 - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// d3dkmthk.h

NTSTATUS D3DKMTCreateSynchronizationObject2(
  D3DKMT_CREATESYNCHRONIZATIONOBJECT2 *unnamedParam1
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-d3dkmthk-d3dkmtcreatesynchronizationobject2)

D3DKMTCreateSynchronizationObject2 function

Description

The D3DKMTCreateSynchronizationObject2 function creates a kernel-mode synchronization object.

Parameters

unnamedParam1

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

Return value

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