D3DDDIARG_FINISHSESSIONKEYREFRESH structure (d3dumddi.h)

The D3DDDIARG_FINISHSESSIONKEYREFRESH structure contains the handle to an encryption session to end in a call to the FinishSessionKeyRefresh function.

Syntax

typedef struct _D3DDDIARG_FINISHSESSIONKEYREFRESH {
  [in] HANDLE hCryptoSession;
} D3DDDIARG_FINISHSESSIONKEYREFRESH;

Members

[in] hCryptoSession

The handle to the encryption session to end.

Requirements

Requirement Value
Minimum supported client D3DDDIARG_FINISHSESSIONKEYREFRESH is supported beginning with the Windows 7 operating system.
Header d3dumddi.h (include D3dumddi.h)

See also

FinishSessionKeyRefresh