Ejemplo n.º 1
0
 static extern UInt32 WNetAddConnection3(
     IntPtr hWndOwner, ref NetResource lpNetResource, string lpPassword, string lpUserName,
     uint dwFlags);
Ejemplo n.º 2
0
 static extern UInt32 WNetAddConnection2(
     ref NetResource lpNetResource, string lpPassword, string lpUsername, uint dwFlags);