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

   
Unterstützte Mindestversion (Client) Windows Vista [Nur Desktop-Apps]
Unterstützte Mindestversion (Server) Windows Server 2008 [Nur Desktop-Apps]
Header fwptypes.h

Weitere Informationen

Api-Strukturen der Windows-Filterplattform