PluginLib_ip_in_available_contiguous
This page applies to Harlequin v13.1r0 and later; and to Harlequin MultiRIP but not Harlequin Core
PluginLib_ip_in_available_contiguous Function
TEXT
int32 PluginLib_ip_in_available_contiguous (
PLUGIN_BUFFER * dataInBuffer,
int32 * available
);
Assigns to *available
the amount of free space available in the largest contiguous area of the buffer. If the buffer is completely full, the function returns IPPL_FULL
. Otherwise, IPPL_OK
is returned.