Jump to content

QMJOBINFO

From EDM2

Information about a job being spooled, returned by SplQmGetJobID.

typedef struct _QMJOBINFO {
  ULONG     ulJobID;          /*  Spooler print job identifier. */
  PSZ       pszComputerName;  /*  Name of server job being spooled. */
  PSZ       pszQueueName;     /*  Name of queue job being spooled. */
} QMJOBINFO;

typedef QMJOBINFO *PQMJOBINFO;