ami_ErrorStamp()
Function
Declaration
void ami_ErrorStamp(
ami_Error inAmiError,
const char * inpFilename,
int inLineNumber );
Purpose
Stamps the specified AMI error with the specified file name and line number to identify the location in the code where this error was generated.
Parameters
Parameter |
Description |
|
AMI error object to stamp. |
|
Source file name in which error occurred. |
|
Source file line number where error occurred. |