![]() | InDesign SDK 20.5 |
#include <Utils.h>
Static Public Member Functions | |
| static void | Purge () |
| static IPMUnknown * | QueryUtils (const PMIID &utilsIID) |
UtilsBoss is a static class responsible for managing the single kUtilsBoss object. This object is used by the Utils<> helper object to get interfaces off the UtilsBoss. Ordinarily you should not need to use this class directly.
| static |
Called when the application is shutting down to release the referenced utils boss object. For internal use only.
| static |
Returns a pointer to the requested interface of the kUtilsBoss, or nil if there is none.
| utilsIID | IID of the requested interface |