The SHARE_INFO_1 structure contains information about the shared resource, including name of the resource, type and permissions, and number of connections.
typedef struct _SHARE_INFO_1 {
LPTSTR shi1_netname;
DWORD shi1_type;
LPTSTR shi1_remark;
} SHARE_INFO_1, *PSHARE_INFO_1, *LPSHARE_INFO_1;
Value |
Meaning |
STYPE_DISKTREE |
Disk drive |
STYPE_PRINTQ |
Print queue |
STYPE_DEVICE |
Communication device |
STYPE_IPC |
Interprocess Communication (IPC) |
NetShareEnum, NetShareGetInfo, NetShareSetInfo
file: /Techref/os/win/api/win32/struc/src/str19_7.htm, 2KB, , updated: 2000/4/7 11:20, local time: 2024/11/11 05:28,
3.142.245.158: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/struc/src/str19_7.htm"> SHARE_INFO_1</A> |
Did you find what you needed? |