| winfax.h (6.1.7600.16385-Windows_7.0) | | winfax.h (6.3.9600.17415-Windows_8.1) |
| | |
| skipping to change at line 19 | | skipping to change at line 19 |
| | |
| Abstract: | | Abstract: |
| | |
| This module contains the WIN32 FAX APIs. | | This module contains the WIN32 FAX APIs. |
| | |
| --*/ | | --*/ |
| | |
| #ifndef _FAXAPI_ | | #ifndef _FAXAPI_ |
| #define _FAXAPI_ | | #define _FAXAPI_ |
| | |
|
| | #include <winapifamily.h> |
| | |
| | #pragma region Desktop Family |
| | #if WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP) |
| | |
| #ifndef MIDL_PASS | | #ifndef MIDL_PASS |
| #include <tapi.h> | | #include <tapi.h> |
| #endif | | #endif |
| | |
| #if !defined(_WINFAX_) | | #if !defined(_WINFAX_) |
| #define WINFAXAPI DECLSPEC_IMPORT | | #define WINFAXAPI DECLSPEC_IMPORT |
| #else | | #else |
| #define WINFAXAPI | | #define WINFAXAPI |
| #endif | | #endif |
| | |
| | |
| skipping to change at line 51 | | skipping to change at line 56 |
| #define FAX_ERR_BAD_GROUP_CONFIGURATION 7003L | | #define FAX_ERR_BAD_GROUP_CONFIGURATION 7003L |
| #define FAX_ERR_GROUP_IN_USE 7004L | | #define FAX_ERR_GROUP_IN_USE 7004L |
| #define FAX_ERR_RULE_NOT_FOUND 7005L | | #define FAX_ERR_RULE_NOT_FOUND 7005L |
| #define FAX_ERR_NOT_NTFS 7006L | | #define FAX_ERR_NOT_NTFS 7006L |
| #define FAX_ERR_DIRECTORY_IN_USE 7007L | | #define FAX_ERR_DIRECTORY_IN_USE 7007L |
| #define FAX_ERR_FILE_ACCESS_DENIED 7008L | | #define FAX_ERR_FILE_ACCESS_DENIED 7008L |
| #define FAX_ERR_MESSAGE_NOT_FOUND 7009L | | #define FAX_ERR_MESSAGE_NOT_FOUND 7009L |
| #define FAX_ERR_DEVICE_NUM_LIMIT_EXCEEDED 7010L | | #define FAX_ERR_DEVICE_NUM_LIMIT_EXCEEDED 7010L |
| #define FAX_ERR_NOT_SUPPORTED_ON_THIS_SKU 7011L | | #define FAX_ERR_NOT_SUPPORTED_ON_THIS_SKU 7011L |
| #define FAX_ERR_VERSION_MISMATCH 7012L // Fax client/se
rver versions mismtach | | #define FAX_ERR_VERSION_MISMATCH 7012L // Fax client/se
rver versions mismtach |
|
| #define FAX_ERR_RECIPIENTS_LIMIT
7013L // Recipients limit in a single broadcast | | #define FAX_ERR_RECIPIENTS_LIMIT 7013L // Recipients li
mit in a single broadcast |
| | |
| #define FAX_ERR_END 7013L // Last fax spec
ific error code | | #define FAX_ERR_END 7013L // Last fax spec
ific error code |
| | |
| // | | // |
| // MessageId: FAX_E_SRV_OUTOFMEMORY | | // MessageId: FAX_E_SRV_OUTOFMEMORY |
| // | | // |
| // MessageText: | | // MessageText: |
| // | | // |
| // The fax server failed to allocate memory. | | // The fax server failed to allocate memory. |
| // | | // |
| | |
| skipping to change at line 96 | | skipping to change at line 101 |
| // | | // |
| // The fax server cannot remove an outbound routing group because it is in use
by one or more outbound routing rules. | | // The fax server cannot remove an outbound routing group because it is in use
by one or more outbound routing rules. |
| // | | // |
| #define FAX_E_GROUP_IN_USE MAKE_HRESULT(SEVERITY_ERROR, FACILI
TY_ITF, FAX_ERR_GROUP_IN_USE) | | #define FAX_E_GROUP_IN_USE MAKE_HRESULT(SEVERITY_ERROR, FACILI
TY_ITF, FAX_ERR_GROUP_IN_USE) |
| | |
| // | | // |
| // MessageId: FAX_E_RULE_NOT_FOUND | | // MessageId: FAX_E_RULE_NOT_FOUND |
| // | | // |
| // MessageText: | | // MessageText: |
| // | | // |
|
| // The fax server failed to locate an outbound routing rule by country code and
area code. | | // The fax server failed to locate an outbound routing rule by country/region c
ode and area code. |
| // | | // |
| #define FAX_E_RULE_NOT_FOUND MAKE_HRESULT(SEVERITY_ERROR, FACILI
TY_ITF, FAX_ERR_RULE_NOT_FOUND) | | #define FAX_E_RULE_NOT_FOUND MAKE_HRESULT(SEVERITY_ERROR, FACILI
TY_ITF, FAX_ERR_RULE_NOT_FOUND) |
| | |
| // | | // |
| // MessageId: FAX_E_NOT_NTFS | | // MessageId: FAX_E_NOT_NTFS |
| // | | // |
| // MessageText: | | // MessageText: |
| // | | // |
| // The fax server cannot set an archive folder to a non-NTFS partition. | | // The fax server cannot set an archive folder to a non-NTFS partition. |
| // | | // |
| | |
| skipping to change at line 1992 | | skipping to change at line 1997 |
| FAX_CONFIG_QUERY |\ | | FAX_CONFIG_QUERY |\ |
| FAX_CONFIG_SET |\ | | FAX_CONFIG_SET |\ |
| FAX_PORT_QUERY |\ | | FAX_PORT_QUERY |\ |
| FAX_PORT_SET |\ | | FAX_PORT_SET |\ |
| FAX_JOB_MANAGE) | | FAX_JOB_MANAGE) |
| | |
| #ifdef __cplusplus | | #ifdef __cplusplus |
| } | | } |
| #endif | | #endif |
| | |
|
| | #endif /* WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP) */ |
| | #pragma endregion |
| | |
| #endif | | #endif |
| | |
| End of changes. 4 change blocks. |
| 2 lines changed or deleted | | 10 lines changed or added |
|