// d3dkmthk.h
typedef struct _D3DKMT_OPENSYNCHRONIZATIONOBJECT {
[in] D3DKMT_HANDLE hSharedHandle;
[out] D3DKMT_HANDLE hSyncObject;
D3DKMT_ALIGN64 UINT64 Reserved[8];
} D3DKMT_OPENSYNCHRONIZATIONOBJECT;
View the official Windows Driver Kit DDI referenceNo description available.
The D3DKMT_OPENSYNCHRONIZATIONOBJECT structure describes a synchronization object that the D3DKMTOpenSynchronizationObject function opens.
hSharedHandle [in]A shared handle to the synchronization object to be opened.
hSyncObject [out]A D3DKMT_HANDLE data type that represents a kernel-mode handle to the kernel-mode synchronization object in the current process.
Reserved [in]An array of 64-bit values that are reserved for future use.
D3DKMTOpenSynchronizationObject