// d3dkmthk.h
NTSTATUS D3DKMTOpenProtectedSessionFromNtHandle(
D3DKMT_OPENPROTECTEDSESSIONFROMNTHANDLE *unnamedParam1
);
View the official Windows Driver Kit DDI referenceNo description available.
Used to open a protected session from the NT handle.
unnamedParam1D3dkmt_openprotectedsessionfromnthandle [in, out]
Holds information to open the protected session.
Returns STATUS_SUCCESS if completed successfully.