Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Used to get key base data.
Syntax
PFND3D12DDI_GETKEYBASEDATA_0030 Pfnd3d12ddiGetkeybasedata0030;
HRESULT Pfnd3d12ddiGetkeybasedata0030(
D3D12DDI_HDEVICE hDrvDevice,
D3D12DDI_HCRYPTOSESSION_0030 hDrvCryptoSession,
const VOID *pKeyInputData,
UINT KeyInputDataSize,
VOID *pKeyBaseData,
UINT KeyBaseDataSize
)
{...}
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.
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | d3d12umddi.h |