![]() |
Copyright © Cloud Software Group, Inc. All Rights Reserved |
Accessor Functions
Returns the AMI C API error code of the specified AMI error handle. Returns the textual description of the specified AMI error. This function always returns a description (never NULL). If no description was specified in the create call then a default message is used which states that no description is available. Returns the thread ID of the thread which created the specified AMI error. Returns the name of the source file which generated the specified AMI error. This function can return a NULL pointer if the specified error was not file stamped. Returns the line number of the source file which generated the specified AMI error. This function could return zero if the specified error was not file stamped.The following table summarizes the AMI C API callback function types. These types are described in the following sections.
Prototype for an AMI method callback function. Prototype for the optional AMI asynchronous method on start callback function. Prototype for the optional AMI asynchronous method on stop callback function. Prototype for the optional AMI trace handler callback.
![]() |
Copyright © Cloud Software Group, Inc. All Rights Reserved |