// d3dkmddi.h
typedef struct _DXGKARGCB_PROTECTEDSESSIONSTATUS {
[in] HANDLE hProtectedSession;
[in] DXGK_PROTECTED_SESSION_STATUS Status;
} DXGKARGCB_PROTECTEDSESSIONSTATUS;
View the official Windows Driver Kit DDI referenceNo description available.
The DXGKARGCB_PROTECTEDSESSIONSTATUS structure contains arguments used by the DXGKCB_SETPROTECTEDSESSIONSTATUS callback function, to set the status on a protected session.
hProtectedSession [in]A handle for the protected session that was passed to DxgkDdiCreateProtectedSession.
Status [in]A DXGK_PROTECTED_SESSION_STATUS value that indicates the status of the protected session.
DXGKCB_SETPROTECTEDSESSIONSTATUS