Zitat von
Gruber_Hans_12345:
alle Verbindungen anzeigen, und Disconnecte dann alle die zu dem Server gehen.
Beim Disconnecten kann man ein gemapptes Laufwerk oder auch eine Netzwerkresource (Freigabe) abklemmen.
DWORD WNetCancelConnection2(
LPCTSTR lpName,
DWORD dwFlags,
BOOL fForce
);
lpName
[in] Pointer to a constant null-terminated string that specifies the name of either the redirected local device or the remote network resource to disconnect from.
If this parameter specifies a redirected local device, the function cancels only the specified device redirection. If the parameter specifies a remote network resource, all connections without devices are canceled.
Also ich würde mal versuchen, nicht nur die Laufwerke, sondern auch die Freigaben des Servers zu canceln.