D_GETSTIODATA
This page applies to Harlequin v13.1r0 and later; and to Harlequin MultiRIP but not Harlequin Core
D_GETSTIODATA Selector
Parameter: PluginStioQuery * returndata
The pv
field of the PluginStioQuery
parameter (The PluginStioQuery structure
) is an appropriately aligned pointer to a region of memory at least the size returned from D_CBSTIODATA
.
The plugin should fill this memory in with the default values of all parameters arranged at the offsets in the DICTSTRUCTION
template. See The DICTSTRUCTION structure
.
Typically, this involves either copying a static structure into the memory provided (if the platform allows it), or casting pv
to a pointer to the plugin's structure type and assigning each of the fields in turn.