public NetrShareGetInfo ( string ServerName, string NetName, SHARE_ENUM_STRUCT_LEVEL Level, Microsoft.Protocols.TestTools.StackSdk.Srvs.SHARE_INFO &InfoStruct ) : 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. |
return | uint |