Harlequin RIP SDK
inputq_entry_t Struct Reference

An input queue entry, as returned from the queue by inputq_first_entry(). More...

#include "inputq.h"

Data Fields

const uint8filename
 Platform-native filename of input file.
 
const uint8setupname
 Platform-native filename of config file.
 
const uint8override
 Extra PS configuration buffer.
 
void * context
 Context supplied to inputq_print_job()
 
sw_inputq_decontext_fndecontext
 Context destructor.
 
int32 job_id
 Job ID, as returned by the input queue API.
 

Detailed Description

An input queue entry, as returned from the queue by inputq_first_entry().

This structure must be freed by calling inputq_free_entry() when the caller has finished with it.


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