PFND3D11_1DDI_FINISHSESSIONKEYREFRESH - NtDoc

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

PFND3D11_1DDI_FINISHSESSIONKEYREFRESH Pfnd3d111DdiFinishsessionkeyrefresh;

VOID Pfnd3d111DdiFinishsessionkeyrefresh(
  D3D10DDI_HDEVICE hDevice,
  D3D11_1DDI_HCRYPTOSESSION hCryptoSession
)
{...}
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nc-d3d10umddi-pfnd3d11_1ddi_finishsessionkeyrefresh)

PFND3D11_1DDI_FINISHSESSIONKEYREFRESH callback function

Description

Completes the switch to a new session key.

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.

Remarks

FinishSessionKeyRefresh indicates that all buffers from that point in time will use the updated session key value.

See also

CreateCryptoSession