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.
The FWP_AF enumerated type specifies the address family.
Syntax
typedef enum FWP_NE_FAMILY_ {
FWP_AF_INET,
FWP_AF_INET6,
FWP_AF_ETHER,
FWP_AF_NONE
} FWP_AF;
Constants
FWP_AF_INETSpecifies an address as an IPv4 address. |
FWP_AF_INET6Specifies an address as an IPv6 address. |
FWP_AF_ETHERReserved. |
FWP_AF_NONEPlaceholder value to be used when the address family is not yet identified. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 7 [desktop apps only] |
| Minimum supported server | Windows Server 2008 R2 [desktop apps only] |
| Header | fwptypes.h |