Skip to main content
Skip table of contents

(v13) D_LIB_SELECT (PostScript device plugins)

This page applies to Harlequin v13.1r0 and later; and to Harlequin MultiRIP but not Harlequin Core

D_LIB_SELECT Selector

Parameter: devLibSelectParam * libselect

Call type: Singleā€call

The RIP calls D_LIB_SELECT to perform tasks related to the plugin support library. When it does so, the plugin should call the plugin library function PluginLibSelect , and return to the RIP whatever value it returns.

D_LIB_SELECT need only be supported if the plugin is using the plugin support library. The RIP will only ever call D_LIB_SELECT if the plugin had already initialized the plugin library with a call to its function PluginLibInitialise .

The plugin should pass the parameter to the D_LIB_SELECT call directly to PluginLibSelect , along with the result of the PluginLibInitialise call the plugin made earlier. The plugin should not use this argument directly, and so its fields are not described here.

JavaScript errors detected

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

If this problem persists, please contact our support.