Check out the formatting tips on the right for help formatting and making links.
Use the template below then delete this header:
// 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);
Declare Function WNetAddConnection3 Lib "mpr.dll" (TODO) As TODO
None.
None.
Please add some!
Please add some!
TODO