[This is preliminary documentation and subject to change.]
The MPR_INTERFACE_0 structure contains information for a particular router interface.
typedef struct _MPR_INTERFACE_0 {
    WCHAR                  wszInterfaceName[MAX_INTERFACE_NAME_LEN+1];
    HANDLE                     hInterface;
    BOOL                       fEnabled;
    ROUTER_INTERFACE_TYPE      IfType;
    ROUTER_CONNECTION_STATE    dwConnectionState;
    DWORD                      fUnReachabilityReasons;
    DWORD                      dwLastError;
} MPR_INTERFACE_0, * PMPR_INTERFACE_0;
  Windows NT:  Use version 5.0 and later.
  Windows:  Unsupported.
  Windows CE:  Unsupported.
  Header: Declared in mprapi.h.
  Import Library: N/A.
MprAdminInterfaceEnum, MprAdminInterfaceGetInfo, ROUTER_CONNECTION_STATE, ROUTER_INTERFACE_TYPE