PluginLib_ip_in_reserve_exact


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


PluginLib_ip_in_reserve_exact Function


    int32 PluginLib_ip_in_reserve_exact(
      PLUGIN_BUFFER * dataInBuffer,
      int32 request,
      uint8 ** addr
      );


Assigns the address of the next request contiguous bytes of free buffer space to *addr .

If there is not enough space it returns IPPL_FULL . If the amount requested is larger than could ever be satisfied, it returns IPPL_TOO_BIG . Otherwise, it returns IPPL_OK .