public NetrShareSetInfo ( string ServerName, string NetName, SHARE_ENUM_STRUCT_LEVEL Level, Microsoft.Protocols.TestTools.StackSdk.Srvs.SHARE_INFO InfoStruct, uint &ParmErr ) : uint | ||
ServerName | string | A string that identifies the server. If this parameter is NULL, the local computer is used. |
NetName | string | The name of the share to return information for. |
Level | SHARE_ENUM_STRUCT_LEVEL | Specifies the information level of the data. This parameter MUST be one of the following values. |
InfoStruct | Microsoft.Protocols.TestTools.StackSdk.Srvs.SHARE_INFO | Its contents are determined by the value of the Level parameter, as shown in the preceding table. /// This parameter MUST NOT contain a null value. |
ParmErr | uint | An integer value that receives the index of the first member of the share information /// structure that caused the ERROR_INVALID_PARAMETER error, if it occurs |
return | uint |