2.2.1.2.113 SAP_IF_FILTERS
The SAP_IF_FILTERS structure MAY<105> be used to contain information about the SAP interface filters.
-
typedef struct _SAP_IF_FILTERS { ULONG SupplyFilterAction; ULONG SupplyFilterCount; ULONG ListenFilterAction; ULONG ListenFilterCount; SAP_SERVICE_FILTER_INFO ServiceFilter[1]; } SAP_IF_FILTERS, *PSAP_IF_FILTERS;
SupplyFilterAction: This MUST be set to 0x00000001 to permit data and to 0x00000002 to deny data.
-
Value
Meaning
0x00000001
Permit data
0x00000002
Deny data
SupplyFilterCount: The count of supply filters.
ListenFilterAction: This MUST be set to 0x00000001 to permit data and to 0x00000002 to deny data.
-
Value
Meaning
0x00000001
Permit data
0x00000002
Deny data
ListenFilterCount: The count of listen filters.
ServiceFilter: This is a SAP_SERVICE_FILTER_INFO (section 2.2.1.2.112).