// d3dkmthk.h
typedef struct _D3DKMT_QUERYPROTECTEDSESSIONSTATUS {
D3DKMT_HANDLE hHandle;
D3DKMT_PROTECTED_SESSION_STATUS Status;
} D3DKMT_QUERYPROTECTEDSESSIONSTATUS;
View the official Windows Driver Kit DDI referenceNo description available.
Used to query the status of the protected session.
hHandleThe handle of the protected session.
StatusThe status of the protected session.