structure FWP_BYTE_BLOB (fwptypes.h)
La structure FWP_BYTE_BLOB stocke un tableau contenant un nombre variable d’octets.
Syntaxe
typedef struct FWP_BYTE_BLOB_ {
UINT32 size;
UINT8 *data;
} FWP_BYTE_BLOB;
Membres
size
Nombre d’octets dans le tableau.
data
Pointeur vers le tableau.
Configuration requise
Condition requise | Valeur |
---|---|
Client minimal pris en charge | Windows Vista [applications de bureau uniquement] |
Serveur minimal pris en charge | Windows Server 2008 [applications de bureau uniquement] |
En-tête | fwptypes.h |