Platform SDK: Network Management

SHARE_INFO_1006

The SHARE_INFO_1006 structure specifies the maximum number of concurrent connections that the shared resource can accommodate.

typedef struct _SHARE_INFO_1006 {
  DWORD    shi1006_max_uses;
} SHARE_INFO_1006, *PSHARE_INFO_1006, *LPSHARE_INFO_1006;

Members

shi1006_max_uses
Specifies a DWORD value that indicates the maximum number of concurrent connections that the shared resource can accommodate. The number of connections is unlimited if the value specified in shi1006_max_uses is –1.

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, NetShareSetInfo