D3DDDICB_CREATESYNCHRONIZATIONOBJECT structure (d3dumddi.h)
The D3DDDICB_CREATESYNCHRONIZATIONOBJECT structure describes a synchronization object that the pfnCreateSynchronizationObjectCb function creates.
Syntax
typedef struct _D3DDDICB_CREATESYNCHRONIZATIONOBJECT {
[in] D3DDDI_SYNCHRONIZATIONOBJECTINFO Info;
[out] D3DKMT_HANDLE hSyncObject;
} D3DDDICB_CREATESYNCHRONIZATIONOBJECT;
Members
[in] Info
A D3DDDI_SYNCHRONIZATIONOBJECTINFO structure that contains information about the kernel-mode synchronization object.
[out] hSyncObject
A D3DKMT_HANDLE value that represents a kernel-mode handle to the kernel-mode synchronization object.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Available in Windows Vista and later versions of the Windows operating systems. |
Header | d3dumddi.h (include D3dumddi.h) |