Platform SDK: Network Management

share_info_0

Windows 95/98: The share_info_0 structure contains the share name of the resource.

Windows NT/2000: This structure is not supported on Windows NT/Windows 2000. You can use the SHARE_INFO_0 structure instead.

struct _share_info_0 {
  char            shi0_netname[LM20_NNLEN+1];
};

Members

shi0_netname
Specifies a string containing the share name of the resource.

Requirements

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

See Also

Network Management Overview, Network Management Structures, Share Functions, NetShareGetInfo, share_info_1, share_info_2, share_info_50