DXGKDDI_CREATEPROTECTEDSESSION - NtDoc

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

DXGKDDI_CREATEPROTECTEDSESSION DxgkddiCreateprotectedsession;

NTSTATUS DxgkddiCreateprotectedsession(
  IN_CONST_HANDLE hAdapter,
  INOUT_PDXGKARG_CREATEPROTECTEDSESSION pCreateProtectedSession
)
{...}
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

DXGKDDI_CREATEPROTECTEDSESSION callback function

Description

Used to create a protected session.

Parameters

hAdapter

A handle to the adapter.

pCreateProtectedSession

A pointer to the arguments used to create a protected session.

Return value

Returns STATUS_SUCCESS if completed successfully.