Skip to main content
Skip table of contents

(v13) PlubinLib_ip_in_reserve_upto

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


PluginLib_ip_in_reserve_upto Function


TEXT
    int32 PluginLib_ip_in_reserve_upto(
      PLUGIN_BUFFER * dataInBuffer,
      int32 request,
      uint8 ** addr,
      int32 * actual
      );


Similar to PluginLib_ip_in_reserve_exact , except that rather than shortening the buffer, the amount of buffer space provided is reduced to the amount actually available and *actual is returned. If the buffer is already full, the function sets *actual to zero and returned IPPL_FULL . Otherwise, it returns IPPL_OK .

JavaScript errors detected

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

If this problem persists, please contact our support.