The NetWkstaGetInfo function returns information about the configuration elements for a workstation.
You must have Print or Server operator privilege, or be a member of the Administrator or Account local groups to successfully execute NetWkstaGetInfo at level 0 or level 1 on a remote server. No special privilege is required for level 10 calls.
NET_API_STATUS NetWkstaGetInfo(
LPTSTR servername, | |
DWORD level, | |
LPBYTE *bufptr | |
); |
Value |
Meaning |
100 |
The bufptr parameter points to a WKSTA_INFO_100 structure. |
101 |
The bufptr parameter points to a WKSTA_INFO_101 structure. |
102 |
The bufptr parameter points to a WKSTA_INFO_102 structure. |
302 |
The bufptr parameter points to a WKSTA_INFO_302 structure. |
402 |
The bufptr parameter points to an WKSTA_INFO_402 structure. |
502 |
The bufptr parameter points to a WKSTA_INFO_502 structure. It is not advisable to change the values of WKSTA_INFO_502. |
file: /Techref/os/win/api/win32/func/src/f64_8.htm, 4KB, , updated: 2001/8/13 16:32, local time: 2024/11/10 05:34,
3.128.94.74: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://linistepper.com/Techref/os/win/api/win32/func/src/f64_8.htm"> NetWkstaGetInfo</A> |
Did you find what you needed? |