Compartir a través de


estructura OPM_OMAC (opmapi.h)

Contiene un código de autenticación de mensajes (MAC) para un mensaje de Output Protection Manager (OPM).

Sintaxis

typedef struct _OPM_OMAC {
  BYTE abOMAC[16];
} OPM_OMAC;

Miembros

abOMAC[16]

Búfer que contiene el valor MAC criptográfico del mensaje.

Requisitos

Requisito Value
Cliente mínimo compatible Windows Vista [solo aplicaciones de escritorio]
Servidor mínimo compatible Windows Server 2008 [solo aplicaciones de escritorio]
Encabezado opmapi.h (incluya Opmapi.h)

Consulte también

Estructuras de OPM

OPM_CONFIGURE_PARAMETERS

OPM_GET_INFO_PARAMETERS

OPM_REQUESTED_INFORMATION

Administrador de protección de salida