FW_DYNAMIC_KEYWORD_ORIGIN_TYPE enumeration (netfw.h)

Defines constants that specify the origin of the dynamic keyword address object in an FW_DYNAMIC_KEYWORD_ADDRESS_DATA0.

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

Syntax

typedef enum _tag_FW_DYNAMIC_KEYWORD_ORIGIN_TYPE {
  FW_DYNAMIC_KEYWORD_ORIGIN_INVALID,
  FW_DYNAMIC_KEYWORD_ORIGIN_LOCAL,
  FW_DYNAMIC_KEYWORD_ORIGIN_MDM
} FW_DYNAMIC_KEYWORD_ORIGIN_TYPE;

Constants

 
FW_DYNAMIC_KEYWORD_ORIGIN_INVALID
Specifies an invalid object.
FW_DYNAMIC_KEYWORD_ORIGIN_LOCAL
Specifies a locally created object.
FW_DYNAMIC_KEYWORD_ORIGIN_MDM
Specifies an MDM managed object.

Requirements

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

See also