Structure TextBufferOutput

3DS Max Plug-In SDK

Structure TextBufferOutput

See Also: Class MaxNetManager, Structure JobText

Description:

This structure is available in release 4.0 and later only.

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

typedef struct {

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.

TCHAR data[256];

The text output buffer.

} TextBufferOutput;