WNetAddConnection3 (mpr)
Last changed: 220.10.204.141

.

Check out the formatting tips on the right for help formatting and making links.

Use the template below then delete this header:

Summary
TODO - a short description

C# Signature:

[DllImport("mpr.dll")]
static extern int WNetAddConnection3(int hwnd,
                      [MarshalAs(UnmanagedType.LPStruct)] NETRESOURCE lpNetResource,
                      string lpPassword,
                      string UserName,
                      int dwFlags);

VB .NET Signature:

Declare Function WNetAddConnection3 Lib "mpr.dll" (TODO) As TODO

User-Defined Types:

None.

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

TODO

Documentation