DXGKARGCB_PROTECTEDSESSIONSTATUS structure (d3dkmddi.h)
Used for information on the status of the protected session.
Syntax
typedef struct _DXGKARGCB_PROTECTEDSESSIONSTATUS {
HANDLE hProtectedSession;
DXGK_PROTECTED_SESSION_STATUS Status;
} DXGKARGCB_PROTECTEDSESSIONSTATUS;
Members
hProtectedSession
A handle for the protected session that was passed to DxgkDdiCreateProtectedSession.
Status
The status of the protected session
Requirements
Header | d3dkmddi.h |