FWP_BYTE_BLOB structure (fwptypes.h)
The FWP_BYTE_BLOB structure stores an array containing a variable number of bytes.
Syntax
typedef struct FWP_BYTE_BLOB_ {
UINT32 size;
UINT8 *data;
} FWP_BYTE_BLOB;
Members
size
Number of bytes in the array.
data
Pointer to the array.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2008 [desktop apps only] |
Header | fwptypes.h |