FWPM_PROVIDER_CONTEXT_ENUM_TEMPLATE0 structure (fwpmtypes.h)

The FWPM_PROVIDER_CONTEXT_ENUM_TEMPLATE0 structure is used for enumerating provider contexts.

Syntax

typedef struct FWPM_PROVIDER_CONTEXT_ENUM_TEMPLATE0_ {
  GUID                       *providerKey;
  FWPM_PROVIDER_CONTEXT_TYPE providerContextType;
} FWPM_PROVIDER_CONTEXT_ENUM_TEMPLATE0;

Members

providerKey

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

providerContextType

Only return provider contexts of the specified type.

See FWPM_PROVIDER_CONTEXT_TYPE for more information.

Remarks

FWPM_PROVIDER_CONTEXT_ENUM_TEMPLATE0 is a specific implementation of FWPM_PROVIDER_CONTEXT_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

FWPM_PROVIDER_CONTEXT_TYPE

Windows Filtering Platform API Structures