(v13) D_DOMENUOPTION
This page applies to Harlequin v13.1r0 and later; and to Harlequin MultiRIP but not Harlequin Core
D_DOMENUOPTION Selector
Parameter: PluginMenuOption * option
The plugin can define arbitrary device menu options in the D_GETMENUOPTION
call, by setting optionClass
to mocPluginOption
. When the user selects one of these options from the Device Menu, the RIP calls D_DOMENUOPTION
.
The parameter passed with the selector is described below.
typedef struct PluginMenuOption { int32 index;
} PluginMenuOption;
index
The zero‐based index of the Device Menu option which has been selected. This corresponds to the original index in the call to D_GETMENUOPTION
when the menu was created, referring to the line in the menu. It will usually index directly into the pluginʹs MenuOptionInfo
structure array.