FWP_BYTE_BLOB-Struktur (fwptypes.h)
Die FWP_BYTE_BLOB-Struktur speichert ein Array, das eine variable Anzahl von Bytes enthält.
Syntax
typedef struct FWP_BYTE_BLOB_ {
UINT32 size;
UINT8 *data;
} FWP_BYTE_BLOB;
Member
size
Anzahl der Bytes im Array.
data
Zeiger auf das Array.
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 |