FWPM_PROVIDER_SUBSCRIPTION0 (Compact 2013)
3/26/2014
This structure is used to subscribe for change notifications.
Syntax
typedef struct FWPM_PROVIDER_SUBSCRIPTION0_ {
FWPM_PROVIDER_ENUM_TEMPLATE0* enumTemplate;
UINT32 flags;
GUID sessionKey;
} FWPM_PROVIDER_SUBSCRIPTION0;
Members
enumTemplate
[unique]Enumeration template for limiting the subscription
See topic FWPM_PROVIDER_ENUM_TEMPLATE0 for more information.
- flags
Possible values are listed in the Remarks section below
- sessionKey
Uniquely identifies the session
Remarks
Notifications are only dispatched for providers that match the template.
If the template is NULL, it matches all providers.
The following is a list of the possible values for the flags data member:
Value |
Meaning |
---|---|
FWPM_SUBSCRIPTION_FLAG_NOTIFY_ON_ADD |
Subscribe to provider add notifications |
FWPM_SUBSCRIPTION_FLAG_NOTIFY_ON_DELETE |
Subscribe to provider delete notifications |
Requirements
Header |
fwpmu.h |