次の方法で共有


FWPM_SUBLAYER_SUBSCRIPTION0 (Compact 2013)

3/26/2014

This structure is used to subscribe for change notifications.

Syntax

typedef struct FWPM_SUBLAYER_SUBSCRIPTION0_ {
  FWPM_SUBLAYER_ENUM_TEMPLATE0* enumTemplate;
  UINT32 flags;
  GUID sessionKey;
} FWPM_SUBLAYER_SUBSCRIPTION0;

Members

  • flags
    Possible values are listed in the Remarks section below
  • sessionKey
    Uniquely identifies this session

Remarks

Notifications are only dispatched for sub-layers that match the template.

If the template is NULL, it matches all sub-layers.

The following is a list of the possible values for the flags data member:

Value

Meaning

FWPM_SUBSCRIPTION_FLAG_NOTIFY_ON_ADD

Subscribe to sub-layer add notifications

FWPM_SUBSCRIPTION_FLAG_NOTIFY_ON_DELETE

Subscribe to sub-layer delete notifications

Requirements

Header

fwpmu.h

See Also

Reference

WFP Management Structures

Other Resources

Windows Filtering Platform