FWPM_LAYER_ENUM_TEMPLATE0 structure (fwpmtypes.h)

The FWPM_LAYER_ENUM_TEMPLATE0 structure is used for enumerating layers.

Syntax

typedef struct FWPM_LAYER_ENUM_TEMPLATE0_ {
  UINT64 reserved;
} FWPM_LAYER_ENUM_TEMPLATE0;

Members

reserved

Reserved for system use.

Remarks

Currently, there is no way to limit the enumeration — all layers are returned.

FWPM_LAYER_ENUM_TEMPLATE0 is a specific implementation of FWPM_LAYER_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