D3DKMT_CREATESYNCHRONIZATIONOBJECT - NtDoc

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

typedef struct _D3DKMT_CREATESYNCHRONIZATIONOBJECT {
  [in]  D3DKMT_HANDLE                    hDevice;
  [in]  D3DDDI_SYNCHRONIZATIONOBJECTINFO Info;
  [out] D3DKMT_HANDLE                    hSyncObject;
} D3DKMT_CREATESYNCHRONIZATIONOBJECT;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_D3DKMT_CREATESYNCHRONIZATIONOBJECT structure

Description

The D3DKMT_CREATESYNCHRONIZATIONOBJECT structure describes a synchronization object that the D3DKMTCreateSynchronizationObject function creates.

Members

hDevice [in]

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

Info [in]

A D3DDDI_SYNCHRONIZATIONOBJECTINFO structure that describes 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_SYNCHRONIZATIONOBJECTINFO

D3DKMTCreateSynchronizationObject