FWP_BYTE_BLOB (Compact 2013)
3/26/2014
This 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
Header |
fwpmu.h |