NWDPPrtJobListItem

Describes a submitted job


Structure

typedef struct  
{
nuint32 jobID;
nuint32 jobPosition;
pnstr16 jobName16Ptr;
pnstr16 jobOwner16Ptr;
nuint32 jobSize;
nuint numDocs;
nuint jobPriority;
nuint32 submitTime;
pNWDPOid jobStateOidPtr;
} NWDPPrtJobListItem, N_FAR *pNWDPPrtJobListItem;


Header File

nwdp_prt.h


Fields

jobID

Specifies the identifier from the virtual printer.


jobName16Ptr

Specifies the job name.


jobOwner16Ptr

Specifies the name of the owner (not necessarily the creator).


jobSize

Specifies the number of bytes of data in the job.


numDocs

Specifies the number of documents in the job.


jobPriority

Specifies the job's relative position in the queue.


submitTime

Specifies the time the job was submitted.


jobStateOidPtr

Specifies the current state of the job, presented as an OID.