PostScript device instances. More...
#include "swdevice.h"
Data Fields | |
int32 | flags |
Flags controlling the device. More... | |
uint8 * | name |
The zero-terminated device instance name. | |
struct DeviceType * | devicetype |
The device type and method functions pointers. | |
uint8 * | private_data |
Device instance specific data. | |
PostScript device instances.
These are instances of device types. This is stored in Harlequin core memory, and managed by the Harlequin core library. Do not change any fields in this structure.
int32 devicelist::flags |
Flags controlling the device.
Values are a combination of the DEVICETYPE_flags values.