D3DDDIARG_DESTROYCRYPTOSESSION - NtDoc

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

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

NtDoc

No description available.

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

_D3DDDIARG_DESTROYCRYPTOSESSION structure

Description

The D3DDDIARG_DESTROYCRYPTOSESSION structure contains the handle to an encryption session that is destroyed in a call to the DestroyCryptoSession function.

Members

hCryptoSession [in]

The handle to the encryption session that the driver destroys.

See also

DestroyCryptoSession