2.2.1.2.117 SAP_INTERFACE
The SAP_INTERFACE structure MAY<109> be used to contain information about an SAP interface. This structure is returned as part of the following methods:
RMIBEntryGetNext (section 3.1.4.32)
typedef struct _SAP_INTERFACE { ULONG InterfaceIndex; SAP_IF_INFO SapIfInfo; SAP_IF_STATS SapIfStats; } SAP_INTERFACE, *PSAP_INTERFACE;
InterfaceIndex: This MUST be the index of the interface.
SapIfInfo: This MUST be a SAP_IF_INFO (section 2.2.1.2.121) structure.
SapIfStats: This MUST be a SAP_IF_STATS (section 2.2.1.2.116) structure.