Skip to main content
Skip table of contents

The PSDEV plugin entry point

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

The entry point for a PSDEV plugin is the same as other plugins, namely a function called PLUGIN, as follows:

TEXT
    OSErr PLUGIN ( short selector,
                  GenericPluginContext * context; void * param )
{
}

The type OSErr is defined as a result of including plugdefs.h which is included in outplug.h and inplug.h .

JavaScript errors detected

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

If this problem persists, please contact our support.