Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Used to create a protected session.
Syntax
typedef struct _DXGKARG_CREATEPROTECTEDSESSION {
HANDLE hProtectedSession;
PVOID pPrivateDriverData;
UINT PrivateDriverDataSize;
} DXGKARG_CREATEPROTECTEDSESSION;
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.
Requirements
Requirement | Value |
---|---|
Header | d3dkmddi.h |