Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |