UDK 3.2.7 C/C++ API Reference
Public Attributes
_rtl_StandardModuleCount Struct Reference

This struct can be used to implement the unloading mechanism. More...

#include <unload.h>

List of all members.

Public Attributes

rtl_ModuleCount modCnt
sal_Bool(* canUnload )(struct _rtl_StandardModuleCount *a, TimeValue *libUnused)
oslInterlockedCount counter
TimeValue unusedSince

Detailed 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

;


Member Data Documentation


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines