D3DKMT_DESTROYSYNCHRONIZATIONOBJECT - NtDoc

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

typedef struct _D3DKMT_DESTROYSYNCHRONIZATIONOBJECT {
  [in] D3DKMT_HANDLE hSyncObject;
} D3DKMT_DESTROYSYNCHRONIZATIONOBJECT;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_D3DKMT_DESTROYSYNCHRONIZATIONOBJECT structure

Description

The D3DKMT_DESTROYSYNCHRONIZATIONOBJECT structure contains the handle to a synchronization object to destroy.

Members

hSyncObject [in]

A D3DKMT_HANDLE data type that represents the kernel-mode handle that the D3DKMTCreateSynchronizationObject function returns and that identifies the kernel-mode synchronization object to destroy.

See also

D3DKMTCreateSynchronizationObject

D3DKMTDestroySynchronizationObject