FWPS_FIELDS_ALE_RESOURCE_RELEASE_V4 enumeration (fwpsu.h)
Specifies the data field identifiers for the FWPS_LAYER_ALE_RESOURCE_RELEASE_V4 run-time filtering layer.
Syntax
typedef enum FWPS_FIELDS_ALE_RESOURCE_RELEASE_V4_ {
FWPS_FIELD_ALE_RESOURCE_RELEASE_V4_ALE_APP_ID,
FWPS_FIELD_ALE_RESOURCE_RELEASE_V4_ALE_USER_ID,
FWPS_FIELD_ALE_RESOURCE_RELEASE_V4_IP_LOCAL_ADDRESS,
FWPS_FIELD_ALE_RESOURCE_RELEASE_V4_IP_LOCAL_ADDRESS_TYPE,
FWPS_FIELD_ALE_RESOURCE_RELEASE_V4_IP_LOCAL_PORT,
FWPS_FIELD_ALE_RESOURCE_RELEASE_V4_IP_PROTOCOL,
FWPS_FIELD_ALE_RESOURCE_RELEASE_V4_IP_LOCAL_INTERFACE,
FWPS_FIELD_ALE_RESOURCE_RELEASE_V4_FLAGS,
FWPS_FIELD_ALE_RESOURCE_RELEASE_V4_ALE_PACKAGE_ID,
FWPS_FIELD_ALE_RESOURCE_RELEASE_V4_ALE_SECURITY_ATTRIBUTE_FQBN_VALUE,
FWPS_FIELD_ALE_RESOURCE_RELEASE_V4_COMPARTMENT_ID,
FWPS_FIELD_ALE_RESOURCE_RELEASE_V4_PACKAGE_FAMILY_NAME,
FWPS_FIELD_ALE_RESOURCE_RELEASE_V4_MAX
} FWPS_FIELDS_ALE_RESOURCE_RELEASE_V4;
Constants
FWPS_FIELD_ALE_RESOURCE_RELEASE_V4_ALE_APP_ID The full path of the application. |
FWPS_FIELD_ALE_RESOURCE_RELEASE_V4_ALE_USER_ID The identifier of the local user. |
FWPS_FIELD_ALE_RESOURCE_RELEASE_V4_IP_LOCAL_ADDRESS The local IP address. |
FWPS_FIELD_ALE_RESOURCE_RELEASE_V4_IP_LOCAL_ADDRESS_TYPE The local IP address type. The possible values are defined by the NL_ADDRESS_TYPE enumeration. |
FWPS_FIELD_ALE_RESOURCE_RELEASE_V4_IP_LOCAL_PORT The local transport protocol port number. |
FWPS_FIELD_ALE_RESOURCE_RELEASE_V4_IP_PROTOCOL The IP protocol number, as specified in RFC 1700. |
FWPS_FIELD_ALE_RESOURCE_RELEASE_V4_IP_LOCAL_INTERFACE The locally unique identifier (LUID) for the network interface associated with the local IP address. |
FWPS_FIELD_ALE_RESOURCE_RELEASE_V4_FLAGS A bitwise OR of a combination of filtering condition flags. For information about the possible flags, see Filtering condition flags. |
FWPS_FIELD_ALE_RESOURCE_RELEASE_V4_ALE_PACKAGE_ID The package identifier is a security identifier (SID) that identifies the associated AppContainer process. For more information about the SID structure, see the description for the SID structure in the Microsoft Windows SDK documentation. Supported starting with Windows 8. |
FWPS_FIELD_ALE_RESOURCE_RELEASE_V4_ALE_SECURITY_ATTRIBUTE_FQBN_VALUE TBD Supported starting with Windows 10. |
FWPS_FIELD_ALE_RESOURCE_RELEASE_V4_COMPARTMENT_ID The compartment that the network interface belongs to. Supported starting with Windows 10, version 1703. |
FWPS_FIELD_ALE_RESOURCE_RELEASE_V4_PACKAGE_FAMILY_NAME Indicates that the resource is a Package Family Name string. Supported starting with Windows Server 2022 23H2. |
FWPS_FIELD_ALE_RESOURCE_RELEASE_V4_MAX The maximum value for this enumeration. This value might change in future versions of the Network Driver Interface Specification (NDIS) header files and binaries. |
Requirements
Requirement | Value |
---|---|
Header | fwpsu.h |