34 #ifndef COMMAND_RESULT_API_H
35 #define COMMAND_RESULT_API_H
81 const INode *m_created_node;
116 guid_set m_new_embedded_module_ids;
void set_created_node(const INode *created_node)
InTeRnAl uSe oNlY.
Definition: command_result.h:78
Represents a node.
Definition: node.h:49
const INode * get_created_node() const
Retrieve a pointer to the newly created node.
Definition: command_result.h:74
void set_new_embedded_module_ids(const guid_set &ids)
internal use only
Definition: command_result.h:113
Defines class CGuidHelper, and guid containers.
Represents return information for INewCommand.
Definition: command_result.h:65
const guid_set & get_new_embedded_module_ids() const
retrieve the ids of new embedded modules
Definition: command_result.h:109
Base class for all command result classes.
Definition: command_result.h:50
Represents return information for ILoadCommand.
Definition: command_result.h:90