FWPM_CHANGE_TYPE (Compact 2013)
3/26/2014
This enumeration 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
Specifies an add change notification
- FWPM_CHANGE_DELETE
Specifies a delete change notification
- FWPM_CHANGE_TYPE_MAX
Specifies the maximum value for testing purposes
Requirements
Header |
fwpmu.h |