DXGKCB_SETPROTECTEDSESSIONSTATUS - NtDoc

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

DXGKCB_SETPROTECTEDSESSIONSTATUS DxgkcbSetprotectedsessionstatus;

NTSTATUS DxgkcbSetprotectedsessionstatus(
  [in] IN_CONST_PDXGKARGCB_PROTECTEDSESSIONSTATUS pProtectedSessionStatus
)
{...}
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nc-d3dkmddi-dxgkcb_setprotectedsessionstatus)

Description

A kernel-mode display miniport driver calls DXGKCB_SETPROTECTEDSESSIONSTATUS to set the status of a protected session.

Parameters

pProtectedSessionStatus [in]

Pointer to a DXGKARGCB_PROTECTEDSESSIONSTATUS structure that identifies the protected session and its status.

Return value

DXGKCB_SETPROTECTEDSESSIONSTATUS returns STATUS_SUCCESS if it succeeds. Otherwise, it returns one of the error codes defined in Ntstatus.h.

Remarks

DXGKCB_XXX functions are implemented by Dxgkrnl. To use this callback function, set the members of DXGKARGCB_PROTECTEDSESSIONSTATUS and call DxgkCbSetProtectedSessionStatus via the DXGKRNL_INTERFACE.

See also

DXGKARGCB_PROTECTEDSESSIONSTATUS

DXGKRNL_INTERFACE