FWPS_FIELDS_NAME_RESOLUTION_CACHE_V4_ - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// fwpsk.h

typedef enum FWPS_FIELDS_NAME_RESOLUTION_CACHE_V4_ {
  FWPS_FIELD_NAME_RESOLUTION_CACHE_V4_ALE_USER_ID,
  FWPS_FIELD_NAME_RESOLUTION_CACHE_V4_ALE_APP_ID,
  FWPS_FIELD_NAME_RESOLUTION_CACHE_V4_IP_REMOTE_ADDRESS,
  FWPS_FIELD_NAME_RESOLUTION_CACHE_V4_PEER_NAME,
  FWPS_FIELD_NAME_RESOLUTION_CACHE_V4_COMPARTMENT_ID,
  FWPS_FIELD_NAME_RESOLUTION_CACHE_V4_MAX
} FWPS_FIELDS_NAME_RESOLUTION_CACHE_V4;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-fwpsk-fwps_fields_name_resolution_cache_v4_)

FWPS_FIELDS_NAME_RESOLUTION_CACHE_V4_ enumeration

Description

The FWPS_FIELDS_NAME_RESOLUTION_CACHE_V4 enumeration type specifies the data field identifiers for the FWPS_LAYER_NAME_RESOLUTION_CACHE_V4 run-time filtering layer.

Constants

FWPS_FIELD_NAME_RESOLUTION_CACHE_V4_ALE_USER_ID

The identifier of the local user.

FWPS_FIELD_NAME_RESOLUTION_CACHE_V4_ALE_APP_ID

The full path of the application.

FWPS_FIELD_NAME_RESOLUTION_CACHE_V4_IP_REMOTE_ADDRESS

The remote IP address.

FWPS_FIELD_NAME_RESOLUTION_CACHE_V4_PEER_NAME

The machine name that is associated with the destination IP address.

FWPS_FIELD_NAME_RESOLUTION_CACHE_V4_COMPARTMENT_ID

The compartment that the network interface belongs to.

Note Supported starting with Windows 10, version 1703.

FWPS_FIELD_NAME_RESOLUTION_CACHE_V4_MAX

The maximum value for this enumeration. This value might change in future versions of the NDIS header files and binaries.