D3DDDIARG_GETENCRYPTIONBLTKEY - NtDoc

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

typedef struct _GETENCRYPTIONBLTKEY {
  [in] HANDLE hCryptoSession;
  [in] VOID   *pReadBackKey;
  [in] UINT   KeySize;
} D3DDDIARG_GETENCRYPTIONBLTKEY;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_GETENCRYPTIONBLTKEY structure

Description

The _GETENCRYPTIONBLTKEY structure describes an encrypted bit-block transfer (bitblt) session for which the GetEncryptionBltKey function retrieves the encryption key.

Members

hCryptoSession [in]

A handle to the encryption session that is created in a call to the driver's CreateCryptoSession function.

pReadBackKey [in]

A pointer to a buffer that contains the encryption key.

KeySize [in]

The size, in bytes, of the encryption key that the pReadBackKey member points to.

See also

CreateCryptoSession

GetEncryptionBltKey