libIntegra
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Public Attributes | List of all members
integra_api::CLoadModuleInDevelopmentResult Class Reference

return structure for IModuleManager::load_module_in_development More...

#include "api/module_manager.h"

Collaboration diagram for integra_api::CLoadModuleInDevelopmentResult:
Collaboration graph
[legend]

Public Attributes

GUID module_id
 
GUID previous_module_id
 
bool previous_remains_as_embedded
 

Detailed Description

return structure for IModuleManager::load_module_in_development

Member Data Documentation

GUID integra_api::CLoadModuleInDevelopmentResult::module_id

id of the newly loaded module, or null if any error occurred

GUID integra_api::CLoadModuleInDevelopmentResult::previous_module_id

id of the previously loaded in-development module, or null no in development module was previously loaded

bool integra_api::CLoadModuleInDevelopmentResult::previous_remains_as_embedded

true if there are existing instances of the previously loaded in-development module, in which case the previous module remains in memory as an 'embedded' module, and the existing instances remain. false if there was no previously loaded in-development module, or no existing instances of it


The documentation for this class was generated from the following file: