FWP_BYTE_ARRAY16 structure (fwptypes.h)
The FWP_BYTE_ARRAY16 structure stores an array of exactly 16 bytes.
Syntax
typedef struct FWP_BYTE_ARRAY16_ {
UINT8 byteArray16[16];
} FWP_BYTE_ARRAY16;
Members
byteArray16
Array of 16 bytes.
Remarks
This data type is useful for IPv6 addresses.
Requirements
| Minimum supported client | Windows Vista [desktop apps only] |
| Minimum supported server | Windows Server 2008 [desktop apps only] |
| Header | fwptypes.h |