// d3dkmthk.h
typedef struct _D3DKMT_OPENPROTECTEDSESSIONFROMNTHANDLE {
HANDLE hNtHandle;
D3DKMT_HANDLE hHandle;
} D3DKMT_OPENPROTECTEDSESSIONFROMNTHANDLE;
View the official Windows Driver Kit DDI referenceNo description available.
Used to open a protected session from the NT handle.
hNtHandleThe protected NT session handle.
hHandleThe protected kernel session handle.