MPR_SERVER_0

[This is preliminary documentation and subject to change.]

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

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

Members

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

QuickInfo

  Windows NT: Use version 5.0 and later.
  Windows: Unsupported.
  Windows CE: Unsupported.
  Header: Declared in mprapi.h.
  Import Library: N/A.

See Also

MprAdminServerGetInfo, MprConfigServerGetInfo