D_GETDLGDEFN
This page applies to Harlequin v13.1r0 and later; and to Harlequin MultiRIP but not Harlequin Core
D_GETDLGDEFN Selector
Parameter: PluginDialogDefinition * dialog
The RIP calls this selector when it needs to display a plugin dialog. The plugin should return a PluginDialogDefinition
structure, filled in appropriately.
The RIP will have already filled in the pdc
field of the PluginDialogDefinition
(see The PluginDialogDefinition structure
The plugin should fill in the nDoobris
, dialogID
, and dlgspec
fields. If the plugin decides that the dialog should not be displayed, nDoobris
should be set to zero.
channelClassID
or pdsdp
in the pluginDialogDefinition
structure identifies which of the several classes (input plugins) or devices (output plugins) implemented is referred to by the call.