#include "htevents.h"
Data Fields | |
int | token |
struct PS_STRING | colorant_name |
struct PS_STRING | type_name |
HqBool | last_one |
sw_tl_ref | timeline |
Screen usage message listing a colorant used by a screen. This message is sent with a SWEVT_HT_USAGE_COLORANT event.
struct PS_STRING SWMSG_HT_USAGE_COLORANT::colorant_name |
The colorant screened.
HqBool SWMSG_HT_USAGE_COLORANT::last_one |
TRUE if this is the last colorant reported for this rendered sheet.
sw_tl_ref SWMSG_HT_USAGE_COLORANT::timeline |
Timeline for the rendered sheet using the colorant.
int SWMSG_HT_USAGE_COLORANT::token |
A unique ID for this particular usage message.
struct PS_STRING SWMSG_HT_USAGE_COLORANT::type_name |
The name of the screen's object type.