|
|
|
|
|
FaxDisconnect (Function) In french: FaxDéconnecte Closes a connection to a fax server (established beforehand by FaxConnect). Note: This function can only be used under Windows 2000, XP or higher.. In Windows Vista (and later), the management of faxes is available with Windows Professional and Windows Integral Edition. IDConnect is int
IDConnect = FaxConnect()
...
IF FaxDisconnect(IDConnect) = False THEN
Error("La déconnexion a échoué.", ErrorInfo(errSystemMessage))
END
Syntax
<Result> = FaxDisconnect(<Connection ID>)
<Result>: Boolean - True if the disconnection was performed,
- False if an error occurs. The corresponding error message is returned by ErrorInfo.
<Connection ID>: Integer Connection identifier, returned by FaxConnect.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|