FWPM_NET_EVENT_CLASSIFY_DROP0 structure (fwpmtypes.h)

The FWPM_NET_EVENT_CLASSIFY_DROP0 structure contains information that describes a layer drop failure. FWPM_NET_EVENT_CLASSIFY_DROP1 is available. For Windows 8, FWPM_NET_EVENT_CLASSIFY_DROP2 is available.

Syntax

typedef struct FWPM_NET_EVENT_CLASSIFY_DROP0_ {
  UINT64 filterId;
  UINT16 layerId;
} FWPM_NET_EVENT_CLASSIFY_DROP0;

Members

filterId

A LUID identifying the filter where the failure occurred.

layerId

Indicates the identifier of the filtering layer where the failure occurred. For more information, see Filtering Layer Identifiers.

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