OPM_OMAC-Struktur (opmapi.h)
Enthält einen Nachrichtenauthentifizierungscode (MAC) für eine OPM-Nachricht ( Output Protection Manager ).
Syntax
typedef struct _OPM_OMAC {
BYTE abOMAC[16];
} OPM_OMAC;
Member
abOMAC[16]
Ein Puffer, der den kryptografischen MAC-Wert der Nachricht enthält.
Anforderungen
Anforderung | Wert |
---|---|
Unterstützte Mindestversion (Client) | Windows Vista [nur Desktop-Apps] |
Unterstützte Mindestversion (Server) | Windows Server 2008 [nur Desktop-Apps] |
Kopfzeile | opmapi.h (include Opmapi.h) |