// fwpsk.h
typedef enum FWPS_FIELDS_RPC_UM_ {
FWPS_FIELD_RPC_UM_REMOTE_USER_TOKEN,
FWPS_FIELD_RPC_UM_IF_UUID,
FWPS_FIELD_RPC_UM_IF_VERSION,
FWPS_FIELD_RPC_UM_IF_FLAG,
FWPS_FIELD_RPC_UM_DCOM_APP_ID,
FWPS_FIELD_RPC_UM_IMAGE_NAME,
FWPS_FIELD_RPC_UM_PROTOCOL,
FWPS_FIELD_RPC_UM_AUTH_TYPE,
FWPS_FIELD_RPC_UM_AUTH_LEVEL,
FWPS_FIELD_RPC_UM_SEC_ENCRYPT_ALGORITHM,
FWPS_FIELD_RPC_UM_SEC_KEY_SIZE,
FWPS_FIELD_RPC_UM_LOCAL_ADDR_V4,
FWPS_FIELD_RPC_UM_LOCAL_ADDR_V6,
FWPS_FIELD_RPC_UM_LOCAL_PORT,
FWPS_FIELD_RPC_UM_PIPE,
FWPS_FIELD_RPC_UM_REMOTE_ADDR_V4,
FWPS_FIELD_RPC_UM_REMOTE_ADDR_V6,
FWPS_FIELD_RPC_UM_RPC_OPNUM,
FWPS_FIELD_RPC_UM_MAX
} FWPS_FIELDS_RPC_UM;
View the official Windows Driver Kit DDI referenceNo description available.
The FWPS_FIELDS_RPC_UM enumeration type specifies the data field identifiers for the FWPS_LAYER_RPC_UM run-time filtering layer.
FWPS_FIELD_RPC_UM_REMOTE_USER_TOKENThe identification of the remote user.
FWPS_FIELD_RPC_UM_IF_UUIDThe UUID of the RPC interface.
FWPS_FIELD_RPC_UM_IF_VERSIONThe version of the RPC interface.
FWPS_FIELD_RPC_UM_IF_FLAGReserved for internal use.
FWPS_FIELD_RPC_UM_DCOM_APP_IDThe identification of the COM application.
FWPS_FIELD_RPC_UM_IMAGE_NAMEThe name of the application.
FWPS_FIELD_RPC_UM_PROTOCOLThe possible condition values are:
FWPS_FIELD_RPC_UM_AUTH_TYPEThe authentication service type. For more information about authentication service types, see Authentication-Service Constants in the RPC section of the Microsoft Windows SDK documentation.
FWPS_FIELD_RPC_UM_AUTH_LEVELThe authentication service level. For more information about authentication service levels, see Authentication-Service Constants in the RPC section of the Windows SDK documentation.
FWPS_FIELD_RPC_UM_SEC_ENCRYPT_ALGORITHMThe certificate-based security service provider interface (SSPI) encryption algorithm.
FWPS_FIELD_RPC_UM_SEC_KEY_SIZEThe certificate-based SSPI encryption key size.
FWPS_FIELD_RPC_UM_LOCAL_ADDR_V4The local IPv4 address.
FWPS_FIELD_RPC_UM_LOCAL_ADDR_V6The local IPv6 address.
FWPS_FIELD_RPC_UM_LOCAL_PORTThe local transport protocol port number.
FWPS_FIELD_RPC_UM_PIPEThe name of the remote named pipe.
FWPS_FIELD_RPC_UM_REMOTE_ADDR_V4The remote IPv4 address.
FWPS_FIELD_RPC_UM_REMOTE_ADDR_V6The remote IPv6 address. The IPv6 address of the RPC client.
FWPS_FIELD_RPC_UM_RPC_OPNUMThe operation number of the RPC call.
FWPS_FIELD_RPC_UM_MAXThe maximum value for this enumeration. This value might change in future versions of the NDIS header files and binaries.