Share via


FWPM_PROVIDER_CONTEXT_ENUM_TEMPLATE0 (Compact 2013)

3/26/2014

This 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 specified provider will be returned.
  • providerContextType
    Only return provider contexts of the specified type.

    See topic FWPM_PROVIDER_CONTEXT_TYPE for more information.

Requirements

Header

fwpmu.h

See Also

Reference

WFP Management Structures

Other Resources

Windows Filtering Platform