SHARE_INFO_1006 structure (lmshare.h)

Specifies the maximum number of concurrent connections that the shared resource can accommodate.

Syntax

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 this member is –1.

Requirements

Requirement Value
Minimum supported client Windows XP [desktop apps only]
Minimum supported server Windows Server 2003 [desktop apps only]
Header lmshare.h (include Lm.h)

See also

NetShareSetInfo

Network Management Overview

Network Management Structures

Network Share Functions