// d3dkmthk.h
typedef struct _D3DKMT_CREATESYNCHRONIZATIONOBJECT {
[in] D3DKMT_HANDLE hDevice;
[in] D3DDDI_SYNCHRONIZATIONOBJECTINFO Info;
[out] D3DKMT_HANDLE hSyncObject;
} D3DKMT_CREATESYNCHRONIZATIONOBJECT;
View the official Windows Driver Kit DDI referenceNo description available.
The D3DKMT_CREATESYNCHRONIZATIONOBJECT structure describes a synchronization object that the D3DKMTCreateSynchronizationObject function creates.
hDevice [in]A handle to the device that the synchronization object is associated with.
Info [in]A D3DDDI_SYNCHRONIZATIONOBJECTINFO structure that describes information about the kernel-mode synchronization object.
hSyncObject [out]A D3DKMT_HANDLE data type that represents a kernel-mode handle to the kernel-mode synchronization object.
D3DDDI_SYNCHRONIZATIONOBJECTINFO
D3DKMTCreateSynchronizationObject