// d3dumddi.h
typedef struct _D3DDDICB_DESTROYSYNCHRONIZATIONOBJECT {
[in] D3DKMT_HANDLE hSyncObject;
} D3DDDICB_DESTROYSYNCHRONIZATIONOBJECT;
View the official Windows Driver Kit DDI referenceNo description available.
The D3DDDICB_DESTROYSYNCHRONIZATIONOBJECT structure contains the handle to a synchronization object to destroy.
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.
pfnCreateSynchronizationObjectCb
pfnDestroySynchronizationObjectCb