WinFax.h
This module contains the WIN32 FAX APIs.
Associated Error Codes
Below is a list of error codes found for this header.
Symbolic | Value | Description |
---|---|---|
FAX_ERR_SRV_OUTOFMEMORY | 0x00001B59 | |
FAX_ERR_GROUP_NOT_FOUND | 0x00001B5A | |
FAX_ERR_BAD_GROUP_CONFIGURATION | 0x00001B5B | |
FAX_ERR_GROUP_IN_USE | 0x00001B5C | |
FAX_ERR_RULE_NOT_FOUND | 0x00001B5D | |
FAX_ERR_NOT_NTFS | 0x00001B5E | |
FAX_ERR_DIRECTORY_IN_USE | 0x00001B5F | |
FAX_ERR_FILE_ACCESS_DENIED | 0x00001B60 | |
FAX_ERR_MESSAGE_NOT_FOUND | 0x00001B61 | |
FAX_ERR_DEVICE_NUM_LIMIT_EXCEEDED | 0x00001B62 | |
FAX_ERR_NOT_SUPPORTED_ON_THIS_SKU | 0x00001B63 | |
FAX_ERR_VERSION_MISMATCH | 0x00001B64 | |
FAX_ERR_END | 0x00001B65 | |
FAX_E_SRV_OUTOFMEMORY | 0x80041B59 | The fax server failed to allocate memory. |
FAX_E_GROUP_NOT_FOUND | 0x80041B5A | The fax server failed to locate an outbound routing group by name. |
FAX_E_BAD_GROUP_CONFIGURATION | 0x80041B5B | The fax server encountered an outbound routing group with bad configuration. |
FAX_E_GROUP_IN_USE | 0x80041B5C | The fax server cannot remove an outbound routing group because it is in use by one or more outbound routing rules. |
FAX_E_RULE_NOT_FOUND | 0x80041B5D | The fax server failed to locate an outbound routing rule by country/region code and area code. |
FAX_E_NOT_NTFS | 0x80041B5E | The fax server cannot set an archive folder to a non-NTFS partition. |
FAX_E_DIRECTORY_IN_USE | 0x80041B5F | The fax server cannot use the same folder for both the inbox and the sent-items archives. |
FAX_E_FILE_ACCESS_DENIED | 0x80041B60 | The fax server cannot access the specified file or folder. |
FAX_E_MESSAGE_NOT_FOUND | 0x80041B61 | The fax server cannot find the job or message by its ID. |
FAX_E_DEVICE_NUM_LIMIT_EXCEEDED | 0x80041B62 | The fax server cannot complete the operation because the number of active fax devices allowed for this version of Windows was exceeded. |
FAX_E_NOT_SUPPORTED_ON_THIS_SKU | 0x80041B63 | The fax server cannot complete the operation because it is not supported for this version of Windows. |
FAX_E_VERSION_MISMATCH | 0x80041B64 | The fax server API version does not support the requested operation. |
FAX_E_RECIPIENT_LIMIT | 0x80041B65 | The limit on the number of recipients for a single fax broadcast was reached. |
26 entries |