Skip to main content
Skip table of contents

(v13) PluginOutMonitor

This page applies to Harlequin v13.1r0 and later; and to Harlequin MultiRIP but not Harlequin Core

PluginOutMonitor Function

.

TEXT
    int32 PluginOutMonitor (
      struct pluginLibGlobals *g,
      char *str
      );

The PluginOutMonitor function is used to write character strings to the RIP monitor window.

PluginOutMonitor copies the character string into an internal buffer, and the RIP periodically retrieves the buffered data with D_LIB_SELECT and PluginLibSelect .

The buffer is 1024 bytes in length, and must include a trailing null. Once it is full, any excess data is ignored.

There is currently no way of telling if the buffer has room to store the character string.

PluginOutMonitor returns zero when there is no error and nonā€zero if there is one.

JavaScript errors detected

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

If this problem persists, please contact our support.