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:

// This must be used if NETRESOURCE is defined as a struct
[DllImport("mpr.dll")]    
public static extern int WNetAddConnection3(ref NETRESOURCE netResource,
   string password, string username, int flags);

// This must be used if NETRESOURCE is defined as a class
[DllImport("mpr.dll")]    
public static extern int WNetAddConnection3(NETRESOURCE netResource,
   string password, string username, int flags);

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