The message associated with SWEVT_INPUTQ_CHANGE events. More...
#include "inputsapi.h"
Data Fields | |
| sw_inputq_change_reason | reason |
| int32 | where |
| const uint8 * | filename |
| const uint8 * | setupname |
| const uint8 * | overrideps |
| int32 | job_id |
The message associated with SWEVT_INPUTQ_CHANGE events.
This message will be issued for all changes to the input queue.
| 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().
| int32 SWMSG_INPUTQ_CHANGE::job_id |
The ID of this job.
| const uint8* SWMSG_INPUTQ_CHANGE::overrideps |
A buffer of configuration PostScript. This is a zero-terminated byte stream.
| sw_inputq_change_reason SWMSG_INPUTQ_CHANGE::reason |
One of the SW_INPUTQ_CHANGE_REASON enum values.
| 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().
| int32 SWMSG_INPUTQ_CHANGE::where |
Position in queue to add/delete from, indexed from zero.