DXGKARG_CREATEPROTECTEDSESSION - NtDoc

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

typedef struct _DXGKARG_CREATEPROTECTEDSESSION {
  HANDLE hProtectedSession;
  PVOID  pPrivateDriverData;
  UINT   PrivateDriverDataSize;
} DXGKARG_CREATEPROTECTEDSESSION;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3dkmddi-_dxgkarg_createprotectedsession)

_DXGKARG_CREATEPROTECTEDSESSION structure

Description

Used to create a protected session.

Members

hProtectedSession

An assigned value for the protected session that was passed to DxgkDdiCreateProtectedSession.

pPrivateDriverData

A pointer to the driver data.

PrivateDriverDataSize

The size of the data.