[This is preliminary documentation and subject to change.]
The MprAdminConnectionGetInfo function provides information on a specific connection.
DWORD MprAdminConnectionGetInfo(
RAS_SERVER_HANDLE hRasServer, // handle to server
DWORD dwLevel, // level of info returned
HANDLE hConnection, // handle to connection
LPBYTE * lplpbBuffer // pointer to returned info
);
If the function succeeds, the return value will be NO_ERROR.
If the function fails, the return value will be ERROR_INVALID_PARAMETER.
Windows NT: Use version 5.0 and later.
Windows: Unsupported.
Windows CE: Unsupported.
Header: Declared in mprapi.h.
Import Library: Link with mprapi.lib.
MprAdminServerConnect, MprAdminBufferFree, MprAdminConnectionEnum, RAS_CONNECTION_0, RAS_CONNECTION_1