// d3d10umddi.h
typedef struct D3D11_1DDI_OMAC {
BYTE Omac[D3D_OMAC_SIZE];
} D3D11_1DDI_OMAC;
View the official Windows Driver Kit DDI referenceNo description available.
Contains a Message Authentication Code (MAC).
OmacA byte array that contains the cryptographic MAC value of the message.