// d3d12umddi.h
PFND3D12DDI_CALCPRIVATEOPENEDPROTECTEDRESOURCESESSIONSIZE_0030 Pfnd3d12ddiCalcprivateopenedprotectedresourcesessionsize0030;
SIZE_T Pfnd3d12ddiCalcprivateopenedprotectedresourcesessionsize0030(
D3D12DDI_HDEVICE hDrvDevice,
const D3D12DDIARG_OPEN_PROTECTED_RESOURCE_SESSION_0030 *pArgs
)
{...}
View the official Windows Driver Kit DDI referenceNo description available.
Used to calculate the size of an opened protected resource session.
hDrvDeviceThe hardware device being processed.
pArgsThe arguments used to open a protected resource session.
Returns the size of the session in bytes.