// d3dumddi.h
typedef struct _D3DDDIARG_DESTROYCRYPTOSESSION {
[in] HANDLE hCryptoSession;
} D3DDDIARG_DESTROYCRYPTOSESSION;
View the official Windows Driver Kit DDI referenceNo description available.
The D3DDDIARG_DESTROYCRYPTOSESSION structure contains the handle to an encryption session that is destroyed in a call to the DestroyCryptoSession function.
hCryptoSession [in]The handle to the encryption session that the driver destroys.