Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Contains a Message Authentication Code (MAC).
Syntax
typedef struct D3D11_1DDI_OMAC {
BYTE Omac[D3D_OMAC_SIZE];
} D3D11_1DDI_OMAC;
Members
Omac[D3D_OMAC_SIZE]
A byte array that contains the cryptographic MAC value of the message.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 8 |
| Minimum supported server | Windows Server 2012 |
| Header | d3d10umddi.h (include D3d10umddi.h) |