(v13) D_CBSTIOTEMPL
This page applies to Harlequin v13.1r0 and later; and to Harlequin MultiRIP but not Harlequin Core
D_CBSTIOTEMPL Selector
Parameter: PluginStioQuery * dictstructionsize
Before the RIP asks a plugin for a description of the parameters in which it is interested, it calls this selector to find out how much memory, in bytes, the description will take up. The description is given in a DICTSTRUCTION
structure.
The parameter is a pointer to a PluginStioQuery
structure. The pv
element of this structure is a pointer to an integer in which the answer should be stored.
Note:
The structure that is put into this memory contains pointers itself, to the names or the elements. The space used by these names and elements must be included. For this reason, a plugin library call PluginLibStioSize
is provided to pass over the structure which will be copied into the RIP's memory to work out how large it is. See (v13) PluginLibStioSize
.