Source position: cupsdyn.pp line 999
type cups_job_t = record |
id: LongInt; |
dest: Pchar; |
title: Pchar; |
user: Pchar; |
format: Pchar; |
state: ipp_jstate_t; |
size: LongInt; |
priority: LongInt; |
completed_time: time_t; |
creation_time: time_t; |
processing_time: time_t; |
end; |