SetShareInfo method of the Win32_ClusterShare class

Sets the parameters of the shared resource.

Syntax

uint32 SetShareInfo(
  [in, optional] uint32                   MaximumAllowed,
  [in, optional] string                   Description,
  [in, optional] Win32_SecurityDescriptor Access
);

Parameters

MaximumAllowed [in, optional]

Limit on the maximum number of users allowed to use this resource concurrently.

Description [in, optional]

Describes the resource being shared.

Access [in, optional]

Security descriptor for user-level permissions. A security descriptor contains information about the permission, owner, and access capabilities of the resource. For more information, see Win32_SecurityDescriptor.

Requirements

Requirement Value
Minimum supported client
Windows 7
Minimum supported server
Windows Server 2008 R2
Namespace
Root\CIMV2
MOF
Cimwin32.mof
DLL
CIMWin32.dll

See also

Win32_ClusterShare