|
|
|
|
|
|
|
|
|
|
|
|
| Categoría: Managing faxes |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| WINDEV and WEBDEV allow you to manage faxes via the system fax server, available in Windows XP and Windows 2000... |
|
|
|
|
|
|
|
| List of constants used by the functions for managing faxes. |
|
|
|
|
|
|
|
| The FaxCompleteStatus structure is automatically filled during the call to FaxStatus... |
|
|
|
|
|
|
|
| Establishes a connection to a fax server. |
|
|
|
|
|
|
|
| Deletes a fax from the spooler and cancels it. |
|
|
|
|
|
|
|
| Closes a connection to a fax server (established beforehand by FaxConnect). |
|
|
|
|
|
|
|
| Enumerates the pending faxes or the incoming faxes. |
|
|
|
|
|
|
|
| Enumerates the pending faxes or the outgoing faxes. |
|
|
|
|
|
|
|
| Pauses a fax in the spooler. |
|
|
|
|
|
|
|
| Restarts a fax in the spooler. |
|
|
|
|
|
|
|
| Re-enables a fax paused in the spooler (pending fax). |
|
|
|
|
|
|
|
| Sends a fax according to the connection that was established beforehand (FaxConnect). |
|
|
|
|
|
|
|
| Returns the status of a fax sent by FaxSend. |
|
|
|
|
|
|
|
| To send and receive faxes directly from an WINDEV application or a WEBDEV website, several functions allow you to handle faxes via the fax server available in Windows XP and Windows 2000... |
|
|
|
|
|
|
|
| To send faxes from an application or from a site, WINDEV and WEBDEV propose several functions allowing you to send faxes via the system fax server available in Windows XP and Windows 2000... |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|