// d3dkmddi.h
typedef struct _DXGKARG_CREATEPROTECTEDSESSION {
HANDLE hProtectedSession;
PVOID pPrivateDriverData;
UINT PrivateDriverDataSize;
} DXGKARG_CREATEPROTECTEDSESSION;
View the official Windows Driver Kit DDI referenceNo description available.
Used to create a protected session.
hProtectedSessionAn assigned value for the protected session that was passed to DxgkDdiCreateProtectedSession.
pPrivateDriverDataA pointer to the driver data.
PrivateDriverDataSizeThe size of the data.