DXGKARGCB_PROTECTEDSESSIONSTATUS structure (d3dkmddi.h)

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

Syntax

typedef struct _DXGKARGCB_PROTECTEDSESSIONSTATUS {
  [in] HANDLE                        hProtectedSession;
  [in] DXGK_PROTECTED_SESSION_STATUS Status;
} DXGKARGCB_PROTECTEDSESSIONSTATUS;

Members

[in] hProtectedSession

A handle for the protected session that was passed to DxgkDdiCreateProtectedSession.

[in] Status

A DXGK_PROTECTED_SESSION_STATUS value that indicates the status of the protected session.

Requirements

Requirement Value
Minimum supported client Windows 10, version 1709 (WDDM 2.3)
Header d3dkmddi.h

See also

DXGK_PROTECTED_SESSION_STATUS

DXGKCB_SETPROTECTEDSESSIONSTATUS

DxgkDdiCreateProtectedSession