// d3d12umddi.h
PFND3D12DDI_CREATECRYPTOSESSION_0030 Pfnd3d12ddiCreatecryptosession0030;
HRESULT Pfnd3d12ddiCreatecryptosession0030(
D3D12DDI_HDEVICE hDrvDevice,
const D3D12DDIARG_CREATE_CRYPTO_SESSION_0030 *pArgs,
D3D12DDI_HCRYPTOSESSION_0030 hDrvCryptoSession,
D3D12DDI_HRTPROTECTEDSESSION_0030 hRtProtectedSession
)
{...}
View the official Windows Driver Kit DDI referenceNo description available.
Used to create a crypto session.
hDrvDeviceThe hardware device being processed.
pArgsThe arguments used to create a crypto session.
hDrvCryptoSessionUsed to create a crypto session.
hRtProtectedSessionUsed to create a protected session.
Returns STATUS_SUCCESS if completed successfully.