DXGKARGCB_PROTECTEDSESSIONSTATUS - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// d3dkmddi.h

typedef struct _DXGKARGCB_PROTECTEDSESSIONSTATUS {
  [in] HANDLE                        hProtectedSession;
  [in] DXGK_PROTECTED_SESSION_STATUS Status;
} DXGKARGCB_PROTECTEDSESSIONSTATUS;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3dkmddi-_dxgkargcb_protectedsessionstatus)

DXGKARGCB_PROTECTEDSESSIONSTATUS structure

Description

The DXGKARGCB_PROTECTEDSESSIONSTATUS structure contains arguments used by the DXGKCB_SETPROTECTEDSESSIONSTATUS callback function, to set the status on a protected session.

Members

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.

See also

DXGK_PROTECTED_SESSION_STATUS

DXGKCB_SETPROTECTEDSESSIONSTATUS

DxgkDdiCreateProtectedSession