D3DDDIARG_DESTROYCRYPTOSESSION structure (d3dumddi.h)
The D3DDDIARG_DESTROYCRYPTOSESSION structure contains the handle to an encryption session that is destroyed in a call to the DestroyCryptoSession function.
Syntax
typedef struct _D3DDDIARG_DESTROYCRYPTOSESSION {
[in] HANDLE hCryptoSession;
} D3DDDIARG_DESTROYCRYPTOSESSION;
Members
[in] hCryptoSession
The handle to the encryption session that the driver destroys.
Requirements
Requirement | Value |
---|---|
Minimum supported client | D3DDDIARG_DESTROYCRYPTOSESSION is supported beginning with the Windows 7 operating system. |
Header | d3dumddi.h (include D3dumddi.h) |