struttura FWP_BYTE_BLOB (fwptypes.h)

La struttura FWP_BYTE_BLOB archivia una matrice contenente un numero variabile di byte.

Sintassi

typedef struct FWP_BYTE_BLOB_ {
  UINT32 size;
  UINT8  *data;
} FWP_BYTE_BLOB;

Members

size

Numero di byte nella matrice.

data

Puntatore alla matrice.

Requisiti

Requisito Valore
Client minimo supportato Windows Vista [solo app desktop]
Server minimo supportato Windows Server 2008 [solo app desktop]
Intestazione fwptypes.h

Vedi anche

Strutture API della piattaforma di filtro Windows