The RasAdminPortGetInfo function retrieves information about a specified port on a specified server.
DWORD RasAdminPortGetInfo(
const WCHAR *lpszServer, |
// pointer to the server name |
const WCHAR *lpszPort, |
// pointer to the name of port on the server |
RAS_PORT_1 *pRasPort1, |
// receives the state of the port |
RAS_PORT_STATISTICS *pRasStats, |
// receives statistics about the port |
RAS_PARAMETERS **ppRasParams |
// receives an array of media-specific parameters and values |
); |
If the function succeeds, the return value is ERROR_SUCCESS.
If the function fails, the return value can be one of the following error codes.
Value |
Meaning |
ERROR_DEV_NOT_EXIST |
The specified port is invalid. |
ERROR_NOT_ENOUGH_MEMORY |
Insufficient memory to allocate a buffer for the ppRasParams array. |
There is no extended error information for this function; do not call GetLastError.
RAS_PARAMETERS, RAS_PORT_1, RAS_PORT_STATISTICS, RasAdminFreeBuffer
file: /Techref/os/win/api/win32/func/src/f69_24.htm, 4KB, , updated: 2000/4/7 11:19, local time: 2024/11/4 14:57,
3.147.67.111:LOG IN ©2024 PLEASE DON'T RIP! THIS SITE CLOSES OCT 28, 2024 SO LONG AND THANKS FOR ALL THE FISH!
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://ecomorder.com/Techref/os/win/api/win32/func/src/f69_24.htm"> RasAdminPortGetInfo</A> |
Did you find what you needed? |
Welcome to ecomorder.com! |
Welcome to ecomorder.com! |
.