[This is preliminary documentation and subject to change.]
The MprConfigServerGetInfo function retrieves server-level configuration information for the specified router.
DWORD  MprConfigServerGetInfo (
    HANDLE      hMprConfig,    // handle to the router configuration
    DWORD       dwLevel,       // level of information
    LPBYTE  *   lplpBuffer     // buffer to receive information
)The hMprConfig parameter is NULL.
The dwLevel parameter is not zero.
The lplpBuffer parameter is NULL.
Currently, the only information returned by MprConfigServerGetInfo is the fLanOnlyMode flag.
  Windows NT:  Use version 5.0 and later.
  Windows:  Unsupported.
  Windows CE:  Unsupported.
  Header: Declared in mprapi.h.
  Import Library: Link with  mprapi.lib.
FormatMessage, MPR_SERVER_0, MprConfigBufferFree, MprConfigServerConnect