Public Attributes

JobText Struct Reference

Search for all occurrences

Detailed Description

See also:
Class MaxNetManager, Class CJobText, Structure TextBufferOutput, Structure JobRenderElements, List of Job Text Types
Remarks:
This structure is available in release 4.0 and later only.

This structure is used by the Network Rendering API to store textural information regarding a job.

#include <maxnet_job.h>

Inheritance diagram for JobText:
Inheritance graph
[legend]

List of all members.

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.
}; 

Member Data Documentation

JOB_TEXT_TYPE type

The Job Text type.

See the List of Job Text Types for details.

MCHAR text[256]

The text buffer contents.

The output text buffer.

The Render Elements details of the job.

union { ... }