| Platform SDK: Network Management |
The SHARE_INFO_1005 structure contains information about the shared resource.
typedef struct _SHARE_INFO_1005 {
DWORD shi1005_flags;
} SHARE_INFO_1005, *PSHARE_INFO_1005, *LPSHARE_INFO_1005;
| Value | Meaning |
|---|---|
| SHI1005_FLAGS_DFS_ROOT | The specified share is the root volume in a Dfs tree structure. |
This flag can be retrieved by calling the NetShareGetInfo function.
Windows NT/2000: Requires Windows NT 4.0 or later.
Windows 95/98: Unsupported.
Header: Declared in Lmshare.h.
Network Management Overview, Network Management Structures, Share Functions, NetShareGetInfo