FWPM_SUBLAYER_ENUM_TEMPLATE0 structure (fwpmtypes.h)

The FWPM_SUBLAYER_ENUM_TEMPLATE0 structure is used for enumerating sublayers.

Syntax

typedef struct FWPM_SUBLAYER_ENUM_TEMPLATE0_ {
  GUID *providerKey;
} FWPM_SUBLAYER_ENUM_TEMPLATE0;

Members

providerKey

Uniquely identifies the provider associated with this sublayer. If this value is non-NULL, only options with the specifies provider will be returned.

Remarks

FWPM_SUBLAYER_ENUM_TEMPLATE0 is a specific implementation of FWPM_SUBLAYER_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