Language

The Free and Open Productivity Suite
Released: Apache OpenOffice 4.1.15

API

SDK

Tips ‘n’ Tricks

Miscellaneous


::

struct _rtl_StandardModuleCount


Base Classes
None.
Known Derived Classes
None.

virtual abstract interface template
NO NO NO NO
Description
This struct can be used to implement the unloading mechanism. To make a UNO library unloadable create one global instance of this struct in the module. To initialize it one uses the MODULE_COUNT_INIT macro.
rtl_StandardModuleCount globalModuleCount= MODULE_COUNT_INIT
;
File
unload.h

Public Members

Data

rtl_ModuleCount modCnt;
oslInterlockedCount counter;
TimeValue unusedSince;

Top of Page

Apache Software Foundation

Copyright & License | Privacy | Contact Us | Donate | Thanks

Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. The Apache feather logo is a trademark of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.