Skip to content

Latest commit

 

History

History
113 lines (90 loc) · 3.26 KB

ns-fwpmtypes-fwpm_callout_subscription0.md

File metadata and controls

113 lines (90 loc) · 3.26 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NS:fwpmtypes.FWPM_CALLOUT_SUBSCRIPTION0_
FWPM_CALLOUT_SUBSCRIPTION0 (fwpmtypes.h)
Used to subscribe for change notifications. (FWPM_CALLOUT_SUBSCRIPTION0)
FWPM_CALLOUT_SUBSCRIPTION0
FWPM_CALLOUT_SUBSCRIPTION0 structure [Filtering]
FWPM_SUBSCRIPTION_FLAG_NOTIFY_ON_ADD
FWPM_SUBSCRIPTION_FLAG_NOTIFY_ON_DELETE
fwp.fwpm_callout_subscription0_struct
fwpmtypes/FWPM_CALLOUT_SUBSCRIPTION0
fwp\fwpm_callout_subscription0_struct.htm
fwp
35afdc09-0745-4d59-9be1-d360b02fbd2f
12/05/2018
FWPM_CALLOUT_SUBSCRIPTION0, FWPM_CALLOUT_SUBSCRIPTION0 structure [Filtering], FWPM_SUBSCRIPTION_FLAG_NOTIFY_ON_ADD, FWPM_SUBSCRIPTION_FLAG_NOTIFY_ON_DELETE, fwp.fwpm_callout_subscription0_struct, fwpmtypes/FWPM_CALLOUT_SUBSCRIPTION0
fwpmtypes.h
Windows
Windows Vista [desktop apps only]
Windows Server 2008 [desktop apps only]
Windows
FWPM_CALLOUT_SUBSCRIPTION0
19H1
FWPM_CALLOUT_SUBSCRIPTION0_
fwpmtypes/FWPM_CALLOUT_SUBSCRIPTION0_
FWPM_CALLOUT_SUBSCRIPTION0
fwpmtypes/FWPM_CALLOUT_SUBSCRIPTION0
c++
APIRef
kbSyntax
HeaderDef
Fwpmtypes.h
FWPM_CALLOUT_SUBSCRIPTION0

FWPM_CALLOUT_SUBSCRIPTION0 structure

-description

The FWPM_CALLOUT_SUBSCRIPTION0 structure is used to subscribe for change notifications.

-struct-fields

-field enumTemplate

A FWPM_CALLOUT_ENUM_TEMPLATE0 structure that is used to limit the subscription.

-field flags

The notification type(s) received by the subscription.

Value Meaning
FWPM_SUBSCRIPTION_FLAG_NOTIFY_ON_ADD
Subscribe to callout add notifications.
FWPM_SUBSCRIPTION_FLAG_NOTIFY_ON_DELETE
Subscribe to callout delete notifications.

-field 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.

FWPM_CALLOUT_SUBSCRIPTION0 is a specific implementation of FWPM_CALLOUT_SUBSCRIPTION. See WFP Version-Independent Names and Targeting Specific Versions of Windows for more information.

-see-also

FWPM_CALLOUT_ENUM_TEMPLATE0

Windows Filtering Platform API Structures