Skip to main content
Skip table of contents

(v13) D_GEN_BOOT (PostScript device plugins)

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

D_GEN_BOOT Selector

Parameter: GenericBootParam *param

Call type: Singleā€call

This is the second startup call made to a PSDEV plugin, after D_GET_IDENTITY .

It is used only to determine the amount of memory the RIP should allocate for the plugin as a whole.

TEXT
      typedef struct genericBootParam { int32 version ;
      int32 globalStateSizeRequired ;
    } GenericBootParam ;

Note: The globalState pointer in the GenericPluginContext structure passed to the plugin will still not be initialized at this point. Once the D_GEN_BOOT call is complete, the global state memory requested should have been allocated. At the following call, D_PLUGIN_INITIALISE , the pointer should be available.

globalStateSizeRequired

The plugin should set this to the number of bytes of memory that should be allocated to it. If no memory is required, it should set this to zero.

JavaScript errors detected

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

If this problem persists, please contact our support.