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 FWPM_CHANGE_TYPE enumerated type is used when dispatching change notifications to subscribers.
Syntax
typedef enum FWPM_CHANGE_TYPE_ {
FWPM_CHANGE_ADD = 1,
FWPM_CHANGE_DELETE,
FWPM_CHANGE_TYPE_MAX
} FWPM_CHANGE_TYPE;
Constants
FWPM_CHANGE_ADD Value: 1 Specifies an add change notification. |
FWPM_CHANGE_DELETE Specifies a delete change notification. |
FWPM_CHANGE_TYPE_MAX Maximum value for testing purposes. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2008 [desktop apps only] |
Header | fwpmtypes.h |