D3DDDICB_DESTROYSYNCHRONIZATIONOBJECT - NtDoc

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

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

NtDoc

No description available.

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

_D3DDDICB_DESTROYSYNCHRONIZATIONOBJECT structure

Description

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

Members

hSyncObject [in]

A D3DKMT_HANDLE value that represents the kernel-mode handle that the pfnCreateSynchronizationObjectCb function returns and that identifies the kernel-mode synchronization object to destroy.

See also

pfnCreateSynchronizationObjectCb

pfnDestroySynchronizationObjectCb