D3DKMT_OPENSYNCHRONIZATIONOBJECT - NtDoc

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

typedef struct _D3DKMT_OPENSYNCHRONIZATIONOBJECT {
  [in]  D3DKMT_HANDLE         hSharedHandle;
  [out] D3DKMT_HANDLE         hSyncObject;
        D3DKMT_ALIGN64 UINT64 Reserved[8];
} D3DKMT_OPENSYNCHRONIZATIONOBJECT;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_D3DKMT_OPENSYNCHRONIZATIONOBJECT structure

Description

The D3DKMT_OPENSYNCHRONIZATIONOBJECT structure describes a synchronization object that the D3DKMTOpenSynchronizationObject function opens.

Members

hSharedHandle [in]

A shared handle to the synchronization object to be opened.

hSyncObject [out]

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

Reserved [in]

An array of 64-bit values that are reserved for future use.

See also

D3DKMTOpenSynchronizationObject