D3DKMT_CREATESYNCHRONIZATIONOBJECT2 - NtDoc

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

typedef struct _D3DKMT_CREATESYNCHRONIZATIONOBJECT2 {
  [in]  D3DKMT_HANDLE                     hDevice;
  [in]  D3DDDI_SYNCHRONIZATIONOBJECTINFO2 Info;
  [out] D3DKMT_HANDLE                     hSyncObject;
} D3DKMT_CREATESYNCHRONIZATIONOBJECT2;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3dkmthk-_d3dkmt_createsynchronizationobject2)

D3DKMT_CREATESYNCHRONIZATIONOBJECT2 structure

Description

The D3DKMT_CREATESYNCHRONIZATIONOBJECT2 structure describes a synchronization object that D3DKMTCreateSynchronizationObject2 creates.

Members

hDevice [in]

A handle to the device that the synchronization object is associated with.

Info [in]

A D3DDDI_SYNCHRONIZATIONOBJECTINFO2 structure with additional information about the kernel-mode synchronization object.

hSyncObject [out]

A D3DKMT_HANDLE data type that represents a kernel-mode handle to the kernel-mode synchronization object.

See also

D3DDDI_SYNCHRONIZATIONOBJECTINFO2

D3DKMTCreateSynchronizationObject2