PFND3D12DDI_CALCPRIVATECRYPTOSESSIONSIZE_0030 - NtDoc

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

PFND3D12DDI_CALCPRIVATECRYPTOSESSIONSIZE_0030 Pfnd3d12ddiCalcprivatecryptosessionsize0030;

SIZE_T Pfnd3d12ddiCalcprivatecryptosessionsize0030(
  D3D12DDI_HDEVICE hDrvDevice,
  const D3D12DDIARG_CREATE_CRYPTO_SESSION_0030 *pArgs
)
{...}
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

PFND3D12DDI_CALCPRIVATECRYPTOSESSIONSIZE_0030 callback function

Description

Used to calculate a private session size.

Parameters

hDrvDevice

The hardware device being processed.

pArgs

The arguments used to create a session.

Return value

Returns the size of the session in bytes.