FW_DYNAMIC_KEYWORD_ADDRESS_FLAGS enumeration (netfw.h)

Defines constants that specify how IP addresses are to be resolved. See the flags field of FW_DYNAMIC_KEYWORD_ADDRESS0.

For more info, and code examples, see Firewall dynamic keywords.

Syntax

typedef enum _tag_FW_DYNAMIC_KEYWORD_ADDRESS_FLAGS {
  FW_DYNAMIC_KEYWORD_ADDRESS_FLAGS_AUTO_RESOLVE = 0x0001
} FW_DYNAMIC_KEYWORD_ADDRESS_FLAGS;

Constants

 
FW_DYNAMIC_KEYWORD_ADDRESS_FLAGS_AUTO_RESOLVE
Value: 0x0001
Specifies that the IP addresses will be auto-resolved and populated by another component outside the firewall service.

Requirements

   
Minimum supported client Windows 10 Build 20348
Minimum supported server Windows 10 Build 20348
Header netfw.h

See also