Skip to main content
Skip table of contents

Variables

VariableDescription
long LenOCBT

Length of the OutputCallBackType struct.

HTABLEOBJECT hTable

Handle to the table data. This needs to be passed to most callback functions. If you get compiler warnings or errors when using hTable, assign it to a variable of type HTABLEOBJECT, instead of HANDLE.

For example:

CPP
{
    HTABLEOBJECT currentTable = OutputCallBack->hTable;
    // instead of
    // HANDLE currentTable = OutputCallBack->hTable;
}

This only effects compiling, existing output API DLLs are not affected.

HWND hTableWin

Deprecated. Use hTable instead.

BOOL BatchMode

Returns true if SuperCROSS is running in batch mode.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.