Harlequin RIP SDK
SWMSG_INPUTQ_CHANGE Struct Reference

The message associated with SWEVT_INPUTQ_CHANGE events. More...

#include "inputsapi.h"

Data Fields

sw_inputq_change_reason reason
 
int32 where
 
const uint8filename
 
const uint8setupname
 
const uint8overrideps
 
int32 job_id
 

Detailed Description

The message associated with SWEVT_INPUTQ_CHANGE events.

This message will be issued for all changes to the input queue.

Field Documentation

◆ filename

const uint8* SWMSG_INPUTQ_CHANGE::filename

The input file. This is a zero-terminated UTF-8 string in the same skin-dependent form as the filename parameter to inputq_print_job().

◆ job_id

int32 SWMSG_INPUTQ_CHANGE::job_id

The ID of this job.

◆ overrideps

const uint8* SWMSG_INPUTQ_CHANGE::overrideps

A buffer of configuration PostScript. This is a zero-terminated byte stream.

◆ reason

sw_inputq_change_reason SWMSG_INPUTQ_CHANGE::reason

One of the SW_INPUTQ_CHANGE_REASON enum values.

◆ setupname

const uint8* SWMSG_INPUTQ_CHANGE::setupname

The configuration name. This is a zero-terminated UTF-8 string in the same skin-dependent form as the setupname parameter to inputq_print_job().

◆ where

int32 SWMSG_INPUTQ_CHANGE::where

Position in queue to add/delete from, indexed from zero.


The documentation for this struct was generated from the following file: