Return values from commands. More...
#include "guid_helper.h"
Go to the source code of this file.
Classes | |
class | integra_api::CCommandResult |
Base class for all command result classes. More... | |
class | integra_api::CNewCommandResult |
Represents return information for INewCommand. More... | |
class | integra_api::CLoadCommandResult |
Represents return information for ILoadCommand. More... | |
Return values from commands.
Some libIntegra commands can return information to their caller. This is done through a set of 'command result' classes.
To obtain command result information, users of libIntegra api should create a local variable of the desired command result class, and pass it's address into IServer::process_command.