Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
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[16]
Array of 16 bytes.
Remarks
This data type is useful for IPv6 addresses.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista [desktop apps only] |
| Minimum supported server | Windows Server 2008 [desktop apps only] |
| Header | fwptypes.h |