Platform SDK: Network Management

SHARE_INFO_0

The SHARE_INFO_0 structure contains the name of the shared resource.

typedef struct _SHARE_INFO_0 {
  LPWSTR    shi0_netname;
} SHARE_INFO_0, *PSHARE_INFO_0, *LPSHARE_INFO_0;

Members

shi0_netname
Pointer to a Unicode string specifying the share name of a resource.

Requirements

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

See Also

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