Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 6 C AMI API Reference : AMI C API Error Functions : ami_ErrorGet... Accessors

ami_ErrorGet... Accessors
Function
Declaration
int ami_ErrorGetCode(
ami_Error inAmiError );
 
const char * ami_ErrorGetText(
ami_Error inAmiError );
 
int ami_ErrorGetThread(
ami_Error inAmiError );
 
const char * ami_ErrorGetFile(
ami_Error inAmiError );
 
int ami_ErrorGetLine(
ami_Error inAmiError );
Accessor Functions
 
Callback Function Types Summary
The following table summarizes the AMI C API callback function types. These types are described in the following sections.

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved