D3D11_1DDI_OMAC structure (d3d10umddi.h)
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) |