// d3dkmddi.h
DXGKCB_SETPROTECTEDSESSIONSTATUS DxgkcbSetprotectedsessionstatus;
NTSTATUS DxgkcbSetprotectedsessionstatus(
[in] IN_CONST_PDXGKARGCB_PROTECTEDSESSIONSTATUS pProtectedSessionStatus
)
{...}
View the official Windows Driver Kit DDI referenceNo description available.
A kernel-mode display miniport driver calls DXGKCB_SETPROTECTEDSESSIONSTATUS to set the status of a protected session.
pProtectedSessionStatus [in]Pointer to a DXGKARGCB_PROTECTEDSESSIONSTATUS structure that identifies the protected session and its status.
DXGKCB_SETPROTECTEDSESSIONSTATUS returns STATUS_SUCCESS if it succeeds. Otherwise, it returns one of the error codes defined in Ntstatus.h.
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.
DXGKARGCB_PROTECTEDSESSIONSTATUS