MPR_SERVER_0

The MPR_SERVER_0 structure contains information for a particular Windows 2000 router.

typedef struct MPR_SERVER_0 {
  BOOL     fLanOnlyMode;
  DWORD    dwUptime;
  DWORD    dwTotalPorts;
  DWORD    dwPortsInUse;
} MPR_SERVER_0; *PMPR_SERVER_0;

Members

fLanOnlyMode
Specifies whether the Demand Dial Manager (DDM) is running on the Windows 2000 router. If TRUE, the DDM is not running on the Windows 2000 router; if FALSE, the DDM is running on the Windows 2000 router.
dwUptime
Specifies the elapsed time, in seconds, since the router was started.
dwTotalPorts
Specifies the number of ports on the system.
dwPortsInUse
Specifies the number of ports currently in use.

Requirements

  Windows NT/2000: Requires Windows 2000.
  Header: Declared in Mprapi.h.

See Also

Router Management Reference, Router Management Structures, MprAdminServerGetInfo, MprConfigServerGetInfo