#include "htevents.h"
Data Fields | |
sw_tl_ref | timeline |
struct PS_STRING | screen_name |
struct PS_STRING | module_name |
struct PS_STRING | colorant_name |
struct PS_STRING | type_name |
int | token |
unsigned int | tones_used |
Screen usage message for modular screens. This message is sent with a SWEVT_HT_USAGE_MODULAR event, to indicate that a modular screen has been used for a particular colorant in a job.
struct PS_STRING SWMSG_HT_USAGE_MODULAR::colorant_name |
The colorant screened.
struct PS_STRING SWMSG_HT_USAGE_MODULAR::module_name |
Name of the screening module.
struct PS_STRING SWMSG_HT_USAGE_MODULAR::screen_name |
Name of the modular screen used.
sw_tl_ref SWMSG_HT_USAGE_MODULAR::timeline |
Timeline for the rendered sheet using the screen.
int SWMSG_HT_USAGE_MODULAR::token |
A unique ID for this particular usage message.
unsigned int SWMSG_HT_USAGE_MODULAR::tones_used |
The number of tone levels used with this screen.
struct PS_STRING SWMSG_HT_USAGE_MODULAR::type_name |
The name of the screen's object type.