Public Attributes

TextBufferOutput Struct Reference

Search for all occurrences

Detailed Description

See also:
Class MaxNetManager, Structure JobText
Remarks:
This structure is available in release 4.0 and later only.

This structure contains the actual information for the output text buffer.

#include <maxnet_job.h>

Inheritance diagram for TextBufferOutput:
Inheritance graph
[legend]

List of all members.

Public Attributes

bool  device
  The device flag will be set to TRUE if the output is sent to a device instead of a file.
float  gamma
  The output gamma for the device, which is optional.
MCHAR  data [256]
  The text output buffer.

Member Data Documentation

bool device

The device flag will be set to TRUE if the output is sent to a device instead of a file.

float gamma

The output gamma for the device, which is optional.

If the gamma value is set to 0.0, this value will be ignored.

MCHAR data[256]

The text output buffer.