FWPM_CALLOUT_SUBSCRIPTION0 (Compact 2013)
3/26/2014
This structure is used to subscribe for change notifications.
Syntax
typedef struct FWPM_CALLOUT_SUBSCRIPTION0_ {
FWPM_CALLOUT_ENUM_TEMPLATE0* enumTemplate;
UINT32 flags;
GUID sessionKey;
} FWPM_CALLOUT_SUBSCRIPTION0;
Members
- enumTemplate
A FWPM_CALLOUT_ENUM_TEMPLATE0 structure that is used to limit the subscription.
flags
The notification type(s) received by the subscription.Possible values are listed in the Remarks section below.
- sessionKey
Uniquely identifies this session.
Remarks
Notifications are only dispatched for callouts that match the template.
If the template is NULL, it matches all callouts.
The following is a list of the possible values for the flags data member:
Value |
Meaning |
---|---|
FWPM_SUBSCRIPTION_FLAG_NOTIFY_ON_ADD |
Subscribe to callout add notifications. |
FWPM_SUBSCRIPTION_FLAG_NOTIFY_ON_DELETE |
Subscribe to callout delete notifications. |
Requirements
Header |
fwpmu.h |