PluginLibStioFixup
This page applies to Harlequin v13.1r0 and later; and to Harlequin MultiRIP but not Harlequin Core
PluginLibStioFixup Function
.
OSErr PluginLibStioFixup(
void *pv, DICTSTRUCTION ads[]);
Given a pointer to an area of memory and an array of DICTSTRUCTION
structures, this function fills the memory in with a copy of the array, together with copies of all strings referenced in the array. All pointers within the copy are fixed up to reference the copied strings, rather than the originals.
The function is useful in implementations of the D_GETSTIOTEMPL
selector.