(v13) PluginLibStioSize


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


PluginLibStioSize Functions

.

    int32 PluginLibStioSize(
      DICTSTRUCTION ads[]);

Given a pointer to an array of DICTSTRUCTION structures, this function returns the amount of memory, in bytes, that would be taken up by a copy of this array, together with copies of all the strings referenced by it.

The function is useful in implementations of the D_CBGETSTIOTEMPL selector. It returns NOERR for success, and some other value if an error occurs.