D3DKMTOpenProtectedSessionFromNtHandle - NtDoc

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

NTSTATUS D3DKMTOpenProtectedSessionFromNtHandle(
  D3DKMT_OPENPROTECTEDSESSIONFROMNTHANDLE *unnamedParam1
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

D3DKMTOpenProtectedSessionFromNtHandle function

Description

Used to open a protected session from the NT handle.

Parameters

unnamedParam1

D3dkmt_openprotectedsessionfromnthandle [in, out]

Holds information to open the protected session.

Return value

Returns STATUS_SUCCESS if completed successfully.