Skip to main content
Skip table of contents

(v13) 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 ((v13) 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 (v13) 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.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.