[This is preliminary documentation and subject to change.]
The MprAdminPortGetInfo function gets information for a specific port.
DWORD MprAdminPortGetInfo(
RAS_SERVER_HANDLE hRasServer, // handle to the server
DWORD dwLevel, // level of info returned
HANDLE hPort, // handle to port
LPBYTE * lplpbBuffer // pointer returned data
);
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, MprAdminPortEnum