FWPM_NET_EVENT_CAPABILITY_DROP0 structure (fwpmtypes.h)

The FWPM_NET_EVENT_CAPABILITY_DROP0 structure contains information about network traffic dropped in relation to an app container network capability. Traffic is dropped due to the specified app container network capability and enforced by the specified filter identifier.

Syntax

typedef struct FWPM_NET_EVENT_CAPABILITY_DROP0_ {
  FWPM_APPC_NETWORK_CAPABILITY_TYPE networkCapabilityId;
  UINT64                            filterId;
  BOOL                              isLoopback;
} FWPM_NET_EVENT_CAPABILITY_DROP0;

Members

networkCapabilityId

Type: FWPM_APPC_NETWORK_CAPABILITY_TYPE

The specific app container network capability which was missing, therefore causing this traffic to be denied.

filterId

Type: UINT64

A LUID identifying the WFP filter where the traffic drop occurred.

isLoopback

Type: BOOL

True if the packet originated from (or was heading to) the loopback adapter; otherwise, false.

Requirements

Requirement Value
Minimum supported client Windows 8 [desktop apps only]
Minimum supported server Windows Server 2012 [desktop apps only]
Header fwpmtypes.h

See also

FWPM_APPC_NETWORK_CAPABILITY_TYPE

FWPM_NET_EVENT_CAPABILITY_ALLOW0