D3DKMT_CREATESYNCHRONIZATIONOBJECT structure (d3dkmthk.h)

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

Syntax

typedef struct _D3DKMT_CREATESYNCHRONIZATIONOBJECT {
  [in]  D3DKMT_HANDLE                    hDevice;
  [in]  D3DDDI_SYNCHRONIZATIONOBJECTINFO Info;
  [out] D3DKMT_HANDLE                    hSyncObject;
} D3DKMT_CREATESYNCHRONIZATIONOBJECT;

Members

[in] hDevice

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

[in] Info

A D3DDDI_SYNCHRONIZATIONOBJECTINFO structure that describes information about the kernel-mode synchronization object.

[out] hSyncObject

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

Requirements

Requirement Value
Minimum supported client Windows Vista
Header d3dkmthk.h (include D3dkmthk.h)

See also

D3DDDI_SYNCHRONIZATIONOBJECTINFO

D3DKMTCreateSynchronizationObject