devxlogo

Disconnecting a Network Drive

Disconnecting a Network Drive

Question:
I understand how to connect a network drive using the WnetAddConnection API function; however, I do not know how to disconnect the network drive. How do I go about doing this?

Answer:
The API function WNetCancelConnection will do this for you. The declare statement is in the Windows 3.1 API declaration help file, and the documentation on how to use the function is in the Windows 3.1 SDK help file.

devx-admin

Share the Post: