FWP_BYTE_ARRAY16-Struktur (fwptypes.h)
Die FWP_BYTE_ARRAY16-Struktur speichert ein Array von genau 16 Bytes.
Syntax
typedef struct FWP_BYTE_ARRAY16_ {
UINT8 byteArray16[16];
} FWP_BYTE_ARRAY16;
Member
byteArray16[16]
Array von 16 Bytes.
Hinweise
Dieser Datentyp ist für IPv6-Adressen nützlich.
Anforderungen
Anforderung | Wert |
---|---|
Unterstützte Mindestversion (Client) | Windows Vista [nur Desktop-Apps] |
Unterstützte Mindestversion (Server) | Windows Server 2008 [nur Desktop-Apps] |
Kopfzeile | fwptypes.h |