D3D12DDICB_CREATESYNCHRONIZATIONOBJECT2 - NtDoc

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

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

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3d12umddi-d3d12ddicb_createsynchronizationobject2)

D3D12DDICB_CREATESYNCHRONIZATIONOBJECT2 structure

Description

Used to create a synchronized object.

Members

Info [in, out]

Attributes of the synchronization object to create.

hSyncObject [out]

Handle to the created object.

Remarks

See also