#include <maxnet_job.h>
Public Attributes |
|
JOB_TEXT_TYPE | type |
The Job Text type. |
|
union { | |
MCHAR text [256] | |
The text buffer contents. |
|
TextBufferOutput output | |
The output text buffer. |
|
JobRenderElement re | |
The Render Elements details of the job.
|
|
}; |
JOB_TEXT_TYPE type |
MCHAR text[256] |
The text buffer contents.
The output text buffer.
The Render Elements details of the job.
union { ... } |