FWPM_SESSION_ENUM_TEMPLATE0 structure (fwpmtypes.h)

The FWPM_SESSION_ENUM_TEMPLATE0 structure is used for enumerating sessions.

Syntax

typedef struct FWPM_SESSION_ENUM_TEMPLATE0_ {
  UINT64 reserved;
} FWPM_SESSION_ENUM_TEMPLATE0;

Members

reserved

Reserved for system use.

Remarks

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

FWPM_SESSION_ENUM_TEMPLATE0 is a specific implementation of FWPM_SESSION_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

FwpmSessionCreateEnumHandle0

Windows Filtering Platform API Structures