D3D11_OMAC Structure

Contains a Message Authentication Code (MAC).

Syntax

typedef struct D3D11_OMAC {
    BYTE Omac[16];
} D3D11_OMAC;  

Members

Omac
A byte array that contains the cryptographic MAC value of the message.

Requirements

Header: Declared in d3d11_x.h (d3d11.h on other Windows platforms).