AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Funciones WLanguage / Comunicación / Gestión de faxes
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Closes a connection to a fax server (established beforehand by FaxConnect).
Remark: This function can be used in Windows 2000, XP or later. In Windows Vista (and later), the management of faxes is available with Windows Professional et Windows Integral Edition.
Example
ConnectID is int
ConnectID = FaxConnect()
...
IF FaxDisconnect(ConnectID) = False THEN
Error("The disconnection failed", ErrorInfo(errSystemMessage))
END
Syntax
<Result> = FaxDisconnect(<Connection ID>)
<Result>: Boolean
  • True if the disconnection was performed,
  • False if an error occurred. The corresponding error message is returned by ErrorInfo.
<Connection ID>: Integer
Connection identifier, returned by FaxConnect.
Component: wd290com.dll
Versión mínima requerida
  • Versión 9
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 21/06/2023

Señalar un error o enviar una sugerencia | Ayuda local