Killing Connections
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
Is there any sample code available that will allow me to kill any connections to a particular share on my computer? I'd like to be able to kill all the connections to my source safe share and lock the database before an analyzer. Thanks. Ron Ward
It looks like
NetShareDel
is the API function you need.
Software Zen:
delete this;