FWP_BYTE_ARRAY16 (Compact 2013)

3/26/2014

This 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

Header

fwpmu.h

See Also

Reference

WFP Shared Structures

Other Resources

Windows Filtering Platform