// d3dumddi.h
typedef struct _D3DDDIARG_FINISHSESSIONKEYREFRESH {
[in] HANDLE hCryptoSession;
} D3DDDIARG_FINISHSESSIONKEYREFRESH;
View the official Windows Driver Kit DDI referenceNo description available.
The D3DDDIARG_FINISHSESSIONKEYREFRESH structure contains the handle to an encryption session to end in a call to the FinishSessionKeyRefresh function.
hCryptoSession [in]The handle to the encryption session to end.