(v13) PluginLib_ip_out_copy_some
This page applies to Harlequin v13.1r0 and later; and to Harlequin MultiRIP but not Harlequin Core
PluginLib_ip_out_copy_some Function
TEXT
int32 PluginLib_ip_out_copy_some(
PLUGIN_BUFFER * buffer,
uint8 * buff,
int32 request,
int32 * actual
);
Copies up to request
bytes from the buffer to buff
. The actual amount copied is pointed to by actual
. If no data is copied, the function sets *actual
to zero and returns IPPL_EMPTY
. Otherwise, it returns IPPL_OK
.