wnet Questions
3
I am using WNetAddConnection2 and WNetCancelConnection2 to map or unmap drives.
What i am trying to do is as follows:
I mapped a folder(eg:Folder1) on server(eg:myserver). so the path is \\myserv...
Parol asked 1/6, 2011 at 20:32
2
Solved
I'm trying to connect a share (let's say \server\folder) to my local device X:
[DllImport("Mpr.dll", CharSet = CharSet.Unicode, SetLastError = true)]
private static extern int WNetAddConnection2(...
Mismatch asked 27/7, 2017 at 5:58
1
© 2022 - 2024 — McMap. All rights reserved.