ImageGear Professional for Linux
IG_err_count_get

This function returns the total number of records (errors plus warnings) on the error stack.

Declaration:

 
Copy Code
AT_ERRCOUNT ACCUAPI IG_err_count_get();

Arguments:

None

Return Value:

Returns the total number of errors and warnings on the error stack. If errors occur during this function call, the function returns (AT_ERRCOUNT)-1, but these errors are not appended onto the error stack.

Supported Raster Image Formats:

This function does not process image pixels.

Example:

 
Copy Code
AT_ERRCOUNT errCount;
errCount = IG_err_count_get();

See Also

IG_err_callback_get

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback