FWPS_FIELDS_ALE_AUTH_CONNECT_V4 enumeration [Filtering]
The FWPS_FIELDS_ALE_AUTH_CONNECT_V4 enumeration type specifies LUIDs for built-in fields.
typedef enum FWPS_FIELDS_ALE_AUTH_CONNECT_V4_
{
FWPS_FIELD_ALE_AUTH_CONNECT_V4_ALE_APP_ID,
FWPS_FIELD_ALE_AUTH_CONNECT_V4_ALE_USER_ID,
FWPS_FIELD_ALE_AUTH_CONNECT_V4_IP_LOCAL_ADDRESS,
FWPS_FIELD_ALE_AUTH_CONNECT_V4_IP_LOCAL_ADDRESS_TYPE,
FWPS_FIELD_ALE_AUTH_CONNECT_V4_IP_LOCAL_PORT,
FWPS_FIELD_ALE_AUTH_CONNECT_V4_IP_PROTOCOL,
FWPS_FIELD_ALE_AUTH_CONNECT_V4_IP_REMOTE_ADDRESS,
FWPS_FIELD_ALE_AUTH_CONNECT_V4_IP_REMOTE_PORT,
FWPS_FIELD_ALE_AUTH_CONNECT_V4_IP_LOCAL_INTERFACE,
FWPS_FIELD_ALE_AUTH_CONNECT_V4_INTERFACE_TYPE,
FWPS_FIELD_ALE_AUTH_CONNECT_V4_TUNNEL_TYPE,
FWPS_FIELD_ALE_AUTH_CONNECT_V4_FLAGS,
FWPS_FIELD_ALE_AUTH_CONNECT_V4_MAX
}FWPS_FIELDS_ALE_AUTH_CONNECT_V4;
Constants
- FWPS_FIELD_ALE_AUTH_CONNECT_V4_ALE_APP_ID
Full path of the application. - FWPS_FIELD_ALE_AUTH_CONNECT_V4_ALE_USER_ID
Identifier for the local user. - FWPS_FIELD_ALE_AUTH_CONNECT_V4_IP_LOCAL_ADDRESS
Local IP address. - FWPS_FIELD_ALE_AUTH_CONNECT_V4_IP_LOCAL_ADDRESS_TYPE
Local IP address type. - FWPS_FIELD_ALE_AUTH_CONNECT_V4_IP_LOCAL_PORT
Local transport protocol port number. - FWPS_FIELD_ALE_AUTH_CONNECT_V4_IP_PROTOCOL
IP protocol number, as specified in RFC 1700. - FWPS_FIELD_ALE_AUTH_CONNECT_V4_IP_REMOTE_ADDRESS
Remote IP address. - FWPS_FIELD_ALE_AUTH_CONNECT_V4_IP_REMOTE_PORT
Remote transport protocol port number. - FWPS_FIELD_ALE_AUTH_CONNECT_V4_IP_LOCAL_INTERFACE
LUID for the network interface associated with the local IP address. - FWPS_FIELD_ALE_AUTH_CONNECT_V4_INTERFACE_TYPE
Interface type for the network interface associated with the local IP address. - FWPS_FIELD_ALE_AUTH_CONNECT_V4_TUNNEL_TYPE
Tunnel type for the network interface associated with the local IP address. - FWPS_FIELD_ALE_AUTH_CONNECT_V4_FLAGS
Indicates the presence of flags. - FWPS_FIELD_ALE_AUTH_CONNECT_V4_MAX
Maximum value for testing purposes.
Requirements
| Client | Requires Windows Vista. |
| Server | Requires Windows Server "Longhorn". |
| Header | Declared in Fwpsu.h. |