PFND3D11_1DDI_FINISHSESSIONKEYREFRESH callback function (d3d10umddi.h)
Completes the switch to a new session key.
Syntax
PFND3D11_1DDI_FINISHSESSIONKEYREFRESH Pfnd3d111DdiFinishsessionkeyrefresh;
void Pfnd3d111DdiFinishsessionkeyrefresh(
D3D10DDI_HDEVICE hDevice,
D3D11_1DDI_HCRYPTOSESSION hCryptoSession
)
{...}
Parameters
hDevice
A handle to the display device (graphics context).
hCryptoSession
A handle to the driver's private data for the cryptographic session. This handle was created by the Direct3D runtime and passed to the driver in the call to CreateCryptoSession.
Return value
None
Remarks
FinishSessionKeyRefresh indicates that all buffers from that point in time will use the updated session key value.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 8 |
Minimum supported server | Windows Server 2012 |
Target Platform | Desktop |
Header | d3d10umddi.h (include D3d10umddi.h) |