// d3dkmthk.h
typedef struct _D3DKMT_CREATESYNCHRONIZATIONOBJECT2 {
[in] D3DKMT_HANDLE hDevice;
[in] D3DDDI_SYNCHRONIZATIONOBJECTINFO2 Info;
[out] D3DKMT_HANDLE hSyncObject;
} D3DKMT_CREATESYNCHRONIZATIONOBJECT2;
View the official Windows Driver Kit DDI referenceNo description available.
The D3DKMT_CREATESYNCHRONIZATIONOBJECT2 structure describes a synchronization object that D3DKMTCreateSynchronizationObject2 creates.
hDevice [in]A handle to the device that the synchronization object is associated with.
Info [in]A D3DDDI_SYNCHRONIZATIONOBJECTINFO2 structure with additional 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_SYNCHRONIZATIONOBJECTINFO2
D3DKMTCreateSynchronizationObject2