D3DDDICB_CREATESYNCHRONIZATIONOBJECT2 structure (d3dumddi.h)

Describes a synchronization object that the pfnCreateSynchronizationObject2Cb function creates.

Syntax

typedef struct _D3DDDICB_CREATESYNCHRONIZATIONOBJECT2 {
  [in]  D3DDDI_SYNCHRONIZATIONOBJECTINFO2 Info;
  [out] D3DKMT_HANDLE                     hSyncObject;
} D3DDDICB_CREATESYNCHRONIZATIONOBJECT2;

Members

[in] Info

A D3DDDI_SYNCHRONIZATIONOBJECTINFO2 structure that contains information about the kernel-mode synchronization object to create.

[out] hSyncObject

A D3DKMT_HANDLE value that represents a kernel-mode handle to the created kernel-mode GPU synchronization object.

Requirements

Requirement Value
Minimum supported client Windows 8
Minimum supported server Windows Server 2012
Header d3dumddi.h (include D3dumddi.h)

See also

D3DDDI_SYNCHRONIZATIONOBJECTINFO2

pfnCreateSynchronizationObject2Cb