winfax.h (5.2.3790.1830-Windows 5.0) | | winfax.h (6.0.6001.18000-Windows 6.0) |
| | |
/*++ | | /*++ |
| | |
Copyright (c) Microsoft Corporation. All rights reserved. | | Copyright (c) Microsoft Corporation. All rights reserved. |
| | |
THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, | | THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, |
EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED | | EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED |
WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR PURPOSE. | | WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR PURPOSE. |
| | |
|
Module Name: | | |
| | |
winfax.h | | |
| | |
Abstract: | | Abstract: |
| | |
This module contains the WIN32 FAX APIs. | | This module contains the WIN32 FAX APIs. |
| | |
--*/ | | --*/ |
| | |
#ifndef _FAXAPI_ | | #ifndef _FAXAPI_ |
#define _FAXAPI_ | | #define _FAXAPI_ |
| | |
#ifndef MIDL_PASS | | #ifndef MIDL_PASS |
| | |
skipping to change at line 636 | | skipping to change at line 632 |
typedef PFAX_COVERPAGE_INFOA PFAX_COVERPAGE_INFO; | | typedef PFAX_COVERPAGE_INFOA PFAX_COVERPAGE_INFO; |
#endif // UNICODE | | #endif // UNICODE |
| | |
typedef enum | | typedef enum |
{ | | { |
JSA_NOW = 0, // Send now | | JSA_NOW = 0, // Send now |
JSA_SPECIFIC_TIME, // Send at specific time | | JSA_SPECIFIC_TIME, // Send at specific time |
JSA_DISCOUNT_PERIOD // Send at server configured discount period | | JSA_DISCOUNT_PERIOD // Send at server configured discount period |
} FAX_ENUM_JOB_SEND_ATTRIBUTES; | | } FAX_ENUM_JOB_SEND_ATTRIBUTES; |
| | |
|
| | #ifndef _FAXAPIP_ |
| | |
typedef enum | | typedef enum |
{ | | { |
DRT_NONE = 0x0000, // Do not send receipt | | DRT_NONE = 0x0000, // Do not send receipt |
DRT_EMAIL = 0x0001, // Send receipt by email | | DRT_EMAIL = 0x0001, // Send receipt by email |
DRT_INBOX = 0x0002 // send receipt to local inbox | | DRT_INBOX = 0x0002 // send receipt to local inbox |
} FAX_ENUM_DELIVERY_REPORT_TYPES; | | } FAX_ENUM_DELIVERY_REPORT_TYPES; |
| | |
|
| | #endif // _FAXAPIP_ |
| | |
typedef struct _FAX_JOB_PARAMA | | typedef struct _FAX_JOB_PARAMA |
{ | | { |
DWORD SizeOfStruct; // size of this structure | | DWORD SizeOfStruct; // size of this structure |
LPCSTR RecipientNumber; // recipient fax number | | LPCSTR RecipientNumber; // recipient fax number |
LPCSTR RecipientName; // recipient name | | LPCSTR RecipientName; // recipient name |
LPCSTR Tsid; // transmitter's id | | LPCSTR Tsid; // transmitter's id |
LPCSTR SenderName; // sender name | | LPCSTR SenderName; // sender name |
LPCSTR SenderCompany; // sender company | | LPCSTR SenderCompany; // sender company |
LPCSTR SenderDept; // sender department | | LPCSTR SenderDept; // sender department |
LPCSTR BillingCode; // billing code | | LPCSTR BillingCode; // billing code |
| | |
End of changes. 3 change blocks. |
4 lines changed or deleted | | 4 lines changed or added |
|