D3DKMTCreateProtectedSession - NtDoc

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

NTSTATUS D3DKMTCreateProtectedSession(
  D3DKMT_CREATEPROTECTEDSESSION *unnamedParam1
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-d3dkmthk-d3dkmtcreateprotectedsession)

D3DKMTCreateProtectedSession function

Description

Used to create a protected session.

Parameters

unnamedParam1

D3dkmt_createprotectedsession [in, out]

Holds information to create a protected session.

Return value

Returns STATUS_SUCCESS if completed successfully.