[This is preliminary documentation and subject to change.]
The MprAdminGetErrorString function returns the string associated with a router error from mprerror.h.
DWORD  MprAdminGetErrorString(
  DWORD dwError,                // router error code
  LPWSTR * lplpwsErrorString    // descriptive text for error
);
  Windows NT:  Use version 5.0 and later.
  Windows:  Unsupported.
  Windows CE:  Unsupported.
  Header: Declared in mprapi.h.
  Import Library: Link with  mprapi.lib.