This is work in progress.

Windows / Headers / WinFax.h

WinFax.h

This module contains the WIN32 FAX APIs.

Associated Error Codes

Below is a list of error codes found for this header.

SymbolicValueDescription
FAX_ERR_SRV_OUTOFMEMORY0x00001B59
FAX_ERR_GROUP_NOT_FOUND0x00001B5A
FAX_ERR_BAD_GROUP_CONFIGURATION0x00001B5B
FAX_ERR_GROUP_IN_USE0x00001B5C
FAX_ERR_RULE_NOT_FOUND0x00001B5D
FAX_ERR_NOT_NTFS0x00001B5E
FAX_ERR_DIRECTORY_IN_USE0x00001B5F
FAX_ERR_FILE_ACCESS_DENIED0x00001B60
FAX_ERR_MESSAGE_NOT_FOUND0x00001B61
FAX_ERR_DEVICE_NUM_LIMIT_EXCEEDED0x00001B62
FAX_ERR_NOT_SUPPORTED_ON_THIS_SKU0x00001B63
FAX_ERR_VERSION_MISMATCH0x00001B64
FAX_ERR_END0x00001B65
FAX_E_SRV_OUTOFMEMORY0x80041B59The fax server failed to allocate memory.
FAX_E_GROUP_NOT_FOUND0x80041B5AThe fax server failed to locate an outbound routing group by name.
FAX_E_BAD_GROUP_CONFIGURATION0x80041B5BThe fax server encountered an outbound routing group with bad configuration.
FAX_E_GROUP_IN_USE0x80041B5CThe fax server cannot remove an outbound routing group because it is in use by one or more outbound routing rules.
FAX_E_RULE_NOT_FOUND0x80041B5DThe fax server failed to locate an outbound routing rule by country/region code and area code.
FAX_E_NOT_NTFS0x80041B5EThe fax server cannot set an archive folder to a non-NTFS partition.
FAX_E_DIRECTORY_IN_USE0x80041B5FThe fax server cannot use the same folder for both the inbox and the sent-items archives.
FAX_E_FILE_ACCESS_DENIED0x80041B60The fax server cannot access the specified file or folder.
FAX_E_MESSAGE_NOT_FOUND0x80041B61The fax server cannot find the job or message by its ID.
FAX_E_DEVICE_NUM_LIMIT_EXCEEDED0x80041B62The 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_SKU0x80041B63The fax server cannot complete the operation because it is not supported for this version of Windows.
FAX_E_VERSION_MISMATCH0x80041B64The fax server API version does not support the requested operation.
FAX_E_RECIPIENT_LIMIT0x80041B65The limit on the number of recipients for a single fax broadcast was reached.
26 entries