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.
Defines constants that specify the kind(s) of objects to include in an enumeration operation.
For more info, and code examples, see Firewall dynamic keywords.
Syntax
typedef enum _tag_FW_DYNAMIC_KEYWORD_ADDRESS_ENUM_FLAGS {
FW_DYNAMIC_KEYWORD_ADDRESS_ENUM_FLAGS_AUTO_RESOLVE = 0x0001,
FW_DYNAMIC_KEYWORD_ADDRESS_ENUM_FLAGS_NON_AUTO_RESOLVE = 0x0002,
FW_DYNAMIC_KEYWORD_ADDRESS_ENUM_FLAGS_ALL
} FW_DYNAMIC_KEYWORD_ADDRESS_ENUM_FLAGS;
Constants
FW_DYNAMIC_KEYWORD_ADDRESS_ENUM_FLAGS_AUTO_RESOLVE Value: 0x0001 Specifies that enumeration should include all objects that have the FW_DYNAMIC_KEYWORD_ADDRESS_FLAGS_AUTO_RESOLVE flag set. |
FW_DYNAMIC_KEYWORD_ADDRESS_ENUM_FLAGS_NON_AUTO_RESOLVE Value: 0x0002 Specifies that enumeration should include all objects that have the FW_DYNAMIC_KEYWORD_ADDRESS_FLAGS_AUTO_RESOLVE flag not set. |
FW_DYNAMIC_KEYWORD_ADDRESS_ENUM_FLAGS_ALL Specifies that enumeration should include all objects. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 10 Build 20348 |
Minimum supported server | Windows 10 Build 20348 |
Header | netfw.h |