Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
virtual P6R::P6ERR P6R::p6IModule::canUnloadNow ( void  )
pure virtual

Determines if the module could be unloaded.

The COM runtime uses this method to determine if modules are candidates to be unloaded from memory. If there are any references to the module, this should indicate that it can not be unloaded.

Returns
SuccessP6R::eOkThe can be unloaded.
FailureP6R::eFailThe module can not currently be unloaded.