D3DDDICB_CREATESYNCHRONIZATIONOBJECT2 - NtDoc

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

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

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3dumddi-_d3dddicb_createsynchronizationobject2)

_D3DDDICB_CREATESYNCHRONIZATIONOBJECT2 structure

Description

Describes a synchronization object that the pfnCreateSynchronizationObject2Cb function creates.

Members

Info [in]

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

hSyncObject [out]

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

See also

D3DDDI_SYNCHRONIZATIONOBJECTINFO2

pfnCreateSynchronizationObject2Cb