Platform SDK: Network Management

SHARE_INFO_1005

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;

Members

shi1005_flags
Specifies a DWORD value that can contain the following value.
Value Meaning
SHI1005_FLAGS_DFS_ROOT The specified share is the root volume in a Dfs tree structure.

Remarks

This flag can be retrieved by calling the NetShareGetInfo function.

Requirements

  Windows NT/2000: Requires Windows NT 4.0 or later.
  Windows 95/98: Unsupported.
  Header: Declared in Lmshare.h.

See Also

Network Management Overview, Network Management Structures, Share Functions, NetShareGetInfo