Contains an initialization vector (IV) for 128-bit Advanced Encryption Standard CTR mode (AES-CTR) block cipher encryption.
typedef struct _D3D11_AES_CTR_IV {
UINT64 IV;
UINT64 Count;
} D3D11_AES_CTR_IV;
IV
The IV, in big-endian format.
Count
The block count, in big-endian format.
Header: Declared in d3d11_x.h (d3d11.h on other Windows platforms).