D3D11_1DDI_OMAC - NtDoc

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

typedef struct D3D11_1DDI_OMAC {
  BYTE Omac[D3D_OMAC_SIZE];
} D3D11_1DDI_OMAC;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3d10umddi-d3d11_1ddi_omac)

D3D11_1DDI_OMAC structure

Description

Contains a Message Authentication Code (MAC).

Members

Omac

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