Util.WNetGetConnection Method

QsInformatica.Utils

UtilWNetGetConnection Method

[Missing <summary> documentation for "M:QsInformatica.Utils.Util.WNetGetConnection(System.String,System.Text.StringBuilder,System.Int32@)"]

Namespace:  QsInformatica.Utils
Assembly:  QsInformatica.Utils (in QsInformatica.Utils.dll) Version: 22.4.2.0 (22.4.2.0)
Syntax
public static int WNetGetConnection(
	string localName,
	StringBuilder remoteName,
	ref int length
)
Public Shared Function WNetGetConnection ( 
	localName As String,
	remoteName As StringBuilder,
	ByRef length As Integer
) As Integer
public:
static int WNetGetConnection(
	String^ localName, 
	StringBuilder^ remoteName, 
	int% length
)
static member WNetGetConnection : 
        localName : string * 
        remoteName : StringBuilder * 
        length : int byref -> int 

Parameters

localName
Type: SystemString

[Missing <param name="localName"/> documentation for "M:QsInformatica.Utils.Util.WNetGetConnection(System.String,System.Text.StringBuilder,System.Int32@)"]

remoteName
Type: System.TextStringBuilder

[Missing <param name="remoteName"/> documentation for "M:QsInformatica.Utils.Util.WNetGetConnection(System.String,System.Text.StringBuilder,System.Int32@)"]

length
Type: SystemInt32

[Missing <param name="length"/> documentation for "M:QsInformatica.Utils.Util.WNetGetConnection(System.String,System.Text.StringBuilder,System.Int32@)"]

Return Value

Type: Int32

[Missing <returns> documentation for "M:QsInformatica.Utils.Util.WNetGetConnection(System.String,System.Text.StringBuilder,System.Int32@)"]

See Also