// fwpsk.h
typedef enum FWPS_FIELDS_RPC_PROXY_IF_ {
FWPS_FIELD_RPC_PROXY_IF_CLIENT_TOKEN,
FWPS_FIELD_RPC_PROXY_IF_IF_UUID,
FWPS_FIELD_RPC_PROXY_IF_IF_VERSION,
FWPS_FIELD_RPC_PROXY_IF_SERVER_NAME,
FWPS_FIELD_RPC_PROXY_IF_SERVER_PORT,
FWPS_FIELD_RPC_PROXY_IF_PROXY_AUTH_TYPE,
FWPS_FIELD_RPC_PROXY_IF_CLIENT_CERT_KEY_LENGTH,
FWPS_FIELD_RPC_PROXY_IF_CLIENT_CERT_OID,
FWPS_FIELD_RPC_PROXY_IF_MAX
} FWPS_FIELDS_RPC_PROXY_IF_IF;
View the official Windows Driver Kit DDI referenceNo description available.
The FWPS_FIELDS_RPC_PROXY_IF_IF enumeration type specifies the data field identifiers for the FWPS_LAYER_RPC_PROXY_IF run-time filtering layer.
FWPS_FIELD_RPC_PROXY_IF_CLIENT_TOKENThe identification of the client when using RpcProxy.
FWPS_FIELD_RPC_PROXY_IF_IF_UUIDThe UUID of the RPC interface.
FWPS_FIELD_RPC_PROXY_IF_IF_VERSIONThe version of the RPC interface.
FWPS_FIELD_RPC_PROXY_IF_SERVER_NAMEThe name of the RPC server when using RpcProxy.
FWPS_FIELD_RPC_PROXY_IF_SERVER_PORTThe port on the RPC server when using RpcProxy.
FWPS_FIELD_RPC_PROXY_IF_PROXY_AUTH_TYPEThe RPC proxy authentication service type. For more information about authentication service types, see Authentication-Service Constants in the RPC section of the Windows SDK documentation.
FWPS_FIELD_RPC_PROXY_IF_CLIENT_CERT_KEY_LENGTHThe secure socket layer (SSL) key length in the client certificate.
FWPS_FIELD_RPC_PROXY_IF_CLIENT_CERT_OIDThe object identifier (OID) in the client certificate.
FWPS_FIELD_RPC_PROXY_IF_MAXThe maximum value for this enumeration. This value might change in future versions of the NDIS header files and binaries.