TextBufferOutput Struct Reference
 
 
 
TextBufferOutput Struct Reference

#include <maxnet_job.h>

Inheritance diagram for TextBufferOutput:
MaxHeapOperators

Class 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.

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.