// d3dkmthk.h
typedef struct _D3DKMT_OPENKEYEDMUTEXFROMNTHANDLE {
HANDLE hNtHandle;
D3DKMT_HANDLE hKeyedMutex;
VOID *pPrivateRuntimeData;
UINT PrivateRuntimeDataSize;
} D3DKMT_OPENKEYEDMUTEXFROMNTHANDLE;
View the official Windows Driver Kit DDI referenceNo description available.
Contains information to open a keyed mutex from an NT handle to the process.
hNtHandleHandle to the process.
hKeyedMutexA handle to the keyed mutex in this process.
pPrivateRuntimeDataA buffer that contains initial private data.
PrivateRuntimeDataSizeThe size, in bytes, of the buffer pointed to by the pPrivateRuntimeData member.