FWP_BYTE_ARRAY6 structure (fwptypes.h)

The FWP_BYTE_ARRAY6 structure stores an array of exactly 6 bytes. Reserved.

Syntax

typedef struct FWP_BYTE_ARRAY6_ {
  UINT8 byteArray6[6];
} FWP_BYTE_ARRAY6;

Members

byteArray6[6]

Array of 6 bytes.

Remarks

This structure is reserved.

Requirements

Requirement Value
Minimum supported client Windows 7 [desktop apps only]
Minimum supported server Windows Server 2008 R2 [desktop apps only]
Header fwptypes.h

See also

Windows Filtering Platform API Structures