// d3dkmddi.h
DXGKDDI_CREATEPROTECTEDSESSION DxgkddiCreateprotectedsession;
NTSTATUS DxgkddiCreateprotectedsession(
IN_CONST_HANDLE hAdapter,
INOUT_PDXGKARG_CREATEPROTECTEDSESSION pCreateProtectedSession
)
{...}
View the official Windows Driver Kit DDI referenceNo description available.
Used to create a protected session.
hAdapterA handle to the adapter.
pCreateProtectedSessionA pointer to the arguments used to create a protected session.
Returns STATUS_SUCCESS if completed successfully.