D3DDDICB_DESTROYSYNCHRONIZATIONOBJECT structure (d3dumddi.h)
The D3DDDICB_DESTROYSYNCHRONIZATIONOBJECT structure contains the handle to a synchronization object to destroy.
Syntax
typedef struct _D3DDDICB_DESTROYSYNCHRONIZATIONOBJECT {
[in] D3DKMT_HANDLE hSyncObject;
} D3DDDICB_DESTROYSYNCHRONIZATIONOBJECT;
Members
[in] hSyncObject
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.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Available in Windows Vista and later versions of the Windows operating systems. |
Header | d3dumddi.h (include D3dumddi.h) |