FAX_JOB_OPERATIONS_ENUM enumeration (faxcomex.h)
The FAX_JOB_OPERATIONS_ENUM enumeration defines the operations that can be performed on a fax job. The members of this enumeration are bit values and can be used in combination.
Syntax
typedef enum FAX_JOB_OPERATIONS_ENUM {
fjoVIEW = 0x1,
fjoPAUSE = 0x2,
fjoRESUME = 0x4,
fjoRESTART = 0x8,
fjoDELETE = 0x10,
fjoRECIPIENT_INFO = 0x20,
fjoSENDER_INFO = 0x40
} ;
Constants
fjoVIEW Value: 0x1 The job's TIFF image can be retrieved. |
fjoPAUSE Value: 0x2 The job can be paused. |
fjoRESUME Value: 0x4 The job can be resumed. |
fjoRESTART Value: 0x8 The job can be restarted. |
fjoDELETE Value: 0x10 The job can be deleted. |
fjoRECIPIENT_INFO Value: 0x20 The job's recipient information can be retrieved. |
fjoSENDER_INFO Value: 0x40 The job's sender information can be retrieved. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP [desktop apps only] |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Header | faxcomex.h |