// 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 referenceNo description available.
The D3DDDIARG_STARTSESSIONKEYREFRESH structure contains information about the random number for the encryption session.
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.