#include <IGClogQueryResult.h>
Public Member Functions | |
IGClogQueryResult () | |
Constructor. | |
virtual | ~IGClogQueryResult () |
Destructor. | |
IGClogQueryResult & | operator= (const IGClogQueryResult &Orig) |
Assignment operator. | |
IGClogQueryResultHandle | GetHandle () const |
This method is part of the internal implementation of this class and should not be called. | |
IGCboolean | Success () const |
Indicates that the query was executed successfully. | |
const char * | ErrorDescription () const |
Provides a textual description of the error which occurred if IGClogQueryResult::Success is false. | |
IGClogMessage | Message (IGCint32 MessageIndex) const |
Provides an array of IGClogMessage which were returned by Iguana in response to the query. | |
IGCint32 | CountOfMessage () const |
Returns the total number of Messages. |
|
Constructor.
|
|
Destructor.
|
|
Returns the total number of Messages. See also the IGClogQueryResult::Message property. |
|
Provides a textual description of the error which occurred if IGClogQueryResult::Success is false.
|
|
This method is part of the internal implementation of this class and should not be called.
|
|
Provides an array of IGClogMessage which were returned by Iguana in response to the query.
|
|
Assignment operator.
|
|
Indicates that the query was executed successfully.
|