![]() | InDesign SDK 20.5 |
#include <IToolRegister.h>

Public Member Functions | |
| virtual bool16 | Startup (const PMLocaleId &localeId)=0 |
Public Member Functions inherited from IPMUnknown | |
| virtual IPMUnknown * | QueryInterface (PMIID interfaceID) const =0 |
| virtual void | AddRef () const =0 |
| virtual void | Release () const =0 |
Interface to provide a standard hook for plugins to register tools. Allows plugin to add any number of tools to the current tool manager. Note that this could be called multiple times in a session for different locales, and it is possible to register different tools for different locales.
| pure virtual |
Add appropriate tools to the toolmanager.
| localeID | identifies locale of interest |