(v13) D_CBSTIODATA
This page applies to Harlequin v13.1r0 and later; and to Harlequin MultiRIP but not Harlequin Core
D_CBSTIODATA Selector
Parameter: PluginStioQuery * datasize
This call is similar to D_CBSTIOTEMPL
, except the size of the region of memory required to hold the values of all the parameters defined in the plugin's DICTSTRUCTION
array should be placed in the int32
to which the pv
field of the PluginStioQuery
parameter points. See (v13) The PluginStioQuery structure
.
Typically, the data is a single structure defined by the plugin, so this information can be obtained using sizeof
. The offsets in the DICTSTRUCTION
refer to the fields of this structure. See (v13) The DICTSTRUCTION structure
.