PFND3D12DDI_OPENPROTECTEDRESOURCESESSION_0030 - NtDoc

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

PFND3D12DDI_OPENPROTECTEDRESOURCESESSION_0030 Pfnd3d12ddiOpenprotectedresourcesession0030;

HRESULT Pfnd3d12ddiOpenprotectedresourcesession0030(
  D3D12DDI_HDEVICE hDrvDevice,
  const D3D12DDIARG_OPEN_PROTECTED_RESOURCE_SESSION_0030 *pArgs,
  D3D12DDI_HPROTECTEDRESOURCESESSION_0030 hDrvProtectedResourceSession
)
{...}
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nc-d3d12umddi-pfnd3d12ddi_openprotectedresourcesession_0030)

PFND3D12DDI_OPENPROTECTEDRESOURCESESSION_0030 callback function

Description

Used to open a protected resource session.

Parameters

hDrvDevice

The hardware device being processed.

pArgs

The arguments used to open a protected resource session.

hDrvProtectedResourceSession

The protected resource session.

Return value

Returns STATUS_SUCCESS if completed successfully.