OPM_OMAC struttura (opmapi.h)
Contiene un messaggio OPM (Message Authentication Code) (MAC) per un messaggio di Output Protection Manager ( OPM).
Sintassi
typedef struct _OPM_OMAC {
BYTE abOMAC[16];
} OPM_OMAC;
Members
abOMAC[16]
Buffer che contiene il valore MAC crittografico del messaggio.
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Windows Vista [solo app desktop] |
Server minimo supportato | Windows Server 2008 [solo app desktop] |
Intestazione | opmapi.h (includere Opmapi.h) |