D3DKMT_OPENPROTECTEDSESSIONFROMNTHANDLE - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// d3dkmthk.h

typedef struct _D3DKMT_OPENPROTECTEDSESSIONFROMNTHANDLE {
  HANDLE        hNtHandle;
  D3DKMT_HANDLE hHandle;
} D3DKMT_OPENPROTECTEDSESSIONFROMNTHANDLE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3dkmthk-_d3dkmt_openprotectedsessionfromnthandle)

_D3DKMT_OPENPROTECTEDSESSIONFROMNTHANDLE structure

Description

Used to open a protected session from the NT handle.

Members

hNtHandle

The protected NT session handle.

hHandle

The protected kernel session handle.