2.2.58 FAX_ENUM_JOB_OP

The FAX_ENUM_JOB_OP enumeration specifies the possible operations available on the current job. Security considerations (that is, access rights of the caller) are not taken into account.

 typedef  enum 
 {
   FAX_JOB_OP_VIEW = 0x00000001,
   FAX_JOB_OP_PAUSE = 0x00000002,
   FAX_JOB_OP_RESUME = 0x00000004,
   FAX_JOB_OP_RESTART = 0x00000008,
   FAX_JOB_OP_DELETE = 0x00000010,
   FAX_JOB_OP_RECIPIENT_INFO = 0x00000020,
   FAX_JOB_OP_SENDER_INFO = 0x00000040
 } FAX_ENUM_JOB_OP;

FAX_JOB_OP_VIEW: Indicates that the job can be viewed.

FAX_JOB_OP_PAUSE: Indicates that the job can be paused.

FAX_JOB_OP_RESUME: Indicates that the job can be resumed.

FAX_JOB_OP_RESTART: Indicates that the job can be restarted.

FAX_JOB_OP_DELETE: Indicates that the job can be deleted.

FAX_JOB_OP_RECIPIENT_INFO: Indicates that the job has recipient info.

FAX_JOB_OP_SENDER_INFO: Indicates that the job has sender info.