D3DDDIARG_FINISHSESSIONKEYREFRESH - NtDoc

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

typedef struct _D3DDDIARG_FINISHSESSIONKEYREFRESH {
  [in] HANDLE hCryptoSession;
} D3DDDIARG_FINISHSESSIONKEYREFRESH;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3dumddi-_d3dddiarg_finishsessionkeyrefresh)

_D3DDDIARG_FINISHSESSIONKEYREFRESH structure

Description

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

Members

hCryptoSession [in]

The handle to the encryption session to end.

See also

FinishSessionKeyRefresh