FWPM_CALLOUT_ENUM_TEMPLATE0 structure (fwpmtypes.h)

The FWPM_CALLOUT_ENUM_TEMPLATE0 structure is used for limiting callout enumerations.

Syntax

typedef struct FWPM_CALLOUT_ENUM_TEMPLATE0_ {
  GUID *providerKey;
  GUID layerKey;
} FWPM_CALLOUT_ENUM_TEMPLATE0;

Members

providerKey

Uniquely identifies the provider associated with the callout. If this member is non-NULL, only objects associated with the specified provider will be returned.

layerKey

Uniquely identifies a layer. If this member is non-NULL, only callouts associated with the specified layer will be returned.

Remarks

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

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Header fwpmtypes.h

See also

Windows Filtering Platform API Structures