###User Defined Function###
_Net_Share_ShareSetInfo

###Description###
Shares a server resource

###Syntax###
#include <NetShare.au3>
_Net_Share_ShareSetInfo ( $sServer, $sShare, $sComment, $iMaxUses )


###Parameters###
@@ParamTable@@
$sServer
	Specifies the DNS or NetBIOS name of the remote server on which the function is to execute.
	If this parameter is blank, the local computer is used.
$sShare
	Specifies the name of the share to set information on
$sComment
	String that contains an optional comment about the shared resource
$iMaxUses
	Indicates the maximum number of connections that the resource can accommodate.
	The number of connections is unlimited if this value is 1.
@@End@@

###ReturnValue###
@@ReturnTable@@
Success:	True.
Failure:	False.
@@End@@


###Remarks###
Only members of the Administrators or Power Users local group or those with Print or Server Operator group membership, can successfully execute this function.
The Print Operator can set information only about Printer shares.


###Related###
_Net_Share_ShareGetInfo


###See Also###
@@MsdnLink@@ NetShareSetInfo


###Example###
@@IncludeExample@@
