|
|
|
|
|
FaxPause (Function) In french: FaxSuspend Pauses a fax in the spooler. If the fax is enabled, it will be paused when it goes back to the spooler. 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. Syntax
<Result> = FaxPause(<Connection ID> , <Fax name or Fax identifier>)
<Result>: Boolean - True if the fax is paused,
- False otherwise (if the name of the fax does not exist for example).
<Connection ID>: Integer Connection identifier, returned by FaxConnect. <Fax name or Fax identifier>: Character string Corresponds to:- the name used to identify the outgoing fax. This name was defined with FaxSend.
- the fax identifier (obtained using FaxOutbox or FaxInbox)
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|