D3DDDIARG_STARTSESSIONKEYREFRESH - NtDoc

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

typedef struct _D3DDDIARG_STARTSESSIONKEYREFRESH {
  [in]     HANDLE hCryptoSession;
  [out]    VOID   *pRandomNumber;
  [in/out] UINT   RandomNumberSize;
} D3DDDIARG_STARTSESSIONKEYREFRESH;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_D3DDDIARG_STARTSESSIONKEYREFRESH structure

Description

The D3DDDIARG_STARTSESSIONKEYREFRESH structure contains information about the random number for the encryption session.

Members

hCryptoSession [in]

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

pRandomNumber [out]

A pointer to a buffer that contains the status sequence number for the random start.

RandomNumberSize [in/out]

The size, in bytes, of the number that the pRandomNumber member points to.

See also

CreateCryptoSession