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 inAmiError AMI error object to stamp. inpFilename Source file name in which error occurred. inLineNumber Source file line number where error occurred.