2.2.1.2.114 SAP_IF_CONFIG

The SAP_IF_CONFIG structure MAY<106> be used to contain SAP InterfaceConfiguration Information. This structure MUST be used when the InfoType in RTR_TOC_ENTRY (section 2.2.1.2.4) is 0x00020001. 

 typedef struct _SAP_IF_CONFIG {
   SAP_IF_INFO SapIfInfo;
   SAP_IF_FILTERS SapIfFilters;
 } SAP_IF_CONFIG,
  *PSAP_IF_CONFIG;

SapIfInfo: This MUST be a SAP_IF_INFO (section 2.2.1.2.121) structure. 

SapIfFilters: This is a SAP_IF_FILTERS (section 2.2.1.2.113) structure.