PluginOutMonitor
This page applies to Harlequin v13.1r0 and later; and to Harlequin MultiRIP but not Harlequin Core
PluginOutMonitor Function
.
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.