Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Support Forum
Download Visual Studio Add-In

Terms of Use
Privacy Policy

Search Results for "NetUseDel" in [All]

netapi32

.
Summary
The NetUseDel function ends a connection to a shared resource.
.

  private static extern UInt32 NetUseDel(

.

Declare Function NetUseDel Lib "netapi32.dll" (TODO) As TODO

.

  var returnCode = NetUseDel(null, @"\\server\c$", USE_NOFORCE);

.
Documentation
[NetUseDel] on MSDN

 
Access PInvoke.net directly from VS: