Einzelnen Beitrag anzeigen

shmia

Registriert seit: 2. Mär 2004
5.508 Beiträge
 
Delphi 5 Professional
 
#9

Re: Windows Session neu aufbauen

  Alt 12. Jul 2005, 10:19
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.
Andreas
  Mit Zitat antworten Zitat