Функция _WinNet_CancelConnection2

 ↑  ←  Описание функции


_WinNet_CancelConnection2

Cancels an existing network connection

#include <WinNet.au3>
_WinNet_CancelConnection2($sName [, $fUpdate = True [, $fForce = True]])

Параметры

$sName Name of either the redirected local device or the remote network resource to disconnect from.
    When this parameter specifies a redirected local device, the function cancels only the specified device
    redirection. If the parameter specifies a remote network resource, only the connections to remote networks
    without devices are canceled.
$fUpdate [необязательный] If True, the users profile is updated with the information that the connection is no longer a
    persistent one.
$fForce [необязательный] Specifies whether or not the disconnection should occur if there are open files or jobs on the
    connection. If this parameter is False, the function fails if there are open files or jobs.

Возвращаемое значение

Успех:Возвращает True
Ошибка:Возвращает False

См. также

_WinNet_CancelConnection

См. также

Искать WNetCancelConnection2 в библиотеке MSDN