PFND3D12DDI_GETKEYBASEDATA_0030 - NtDoc

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

PFND3D12DDI_GETKEYBASEDATA_0030 Pfnd3d12ddiGetkeybasedata0030;

HRESULT Pfnd3d12ddiGetkeybasedata0030(
  D3D12DDI_HDEVICE hDrvDevice,
  D3D12DDI_HCRYPTOSESSION_0030 hDrvCryptoSession,
  const VOID *pKeyInputData,
  UINT KeyInputDataSize,
  VOID *pKeyBaseData,
  UINT KeyBaseDataSize
)
{...}
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

PFND3D12DDI_GETKEYBASEDATA_0030 callback function

Description

Used to get key base data.

Parameters

hDrvDevice

The device being processed.

hDrvCryptoSession

The crypto session.

pKeyInputData

A pointer to key input data.

KeyInputDataSize

The size of the key input data.

pKeyBaseData

A pointer to key base data.

KeyBaseDataSize

The size of the key base data.

Return value

Returns STATUS_SUCCESS if completed successfully.