The WNetGetProviderName function obtains the provider name for a specific type of network.
DWORD WNetGetProviderName(
DWORD dwNetType, |
// specifies network type |
LPTSTR lpProvider, |
// pointer to buffer to receive provider name |
LPDWORD lpBufferSize |
// size of buffer |
); |
Windows 95: Size is in bytes, not characters. Also, the buffer must be at least 1 byte long.
If the function succeeds, the return value is WN_SUCCESS. If the function fails, one of the following errors will occur:
Value |
Meaning |
WN_MORE_DATA |
The buffer is too small to hold the provider name. |
WN_NO_NETWORK |
The network is not present. |
WN_BAD_POINTER |
lpProvider or lpBufferSize is invalid. |
file: /Techref/os/win/api/win32/func/src/f92_11.htm, 3KB, , updated: 2000/4/7 11:19, local time: 2024/11/10 04:09,
3.16.207.33: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://massmind.ecomorder.com/techref/os/win/api/win32/func/src/f92_11.htm"> WNetGetProviderName</A> |
Did you find what you needed? |
Welcome to ecomorder.com! |
Welcome to massmind.ecomorder.com! |
.