ImageGear for C and C++ on Windows v21.0 - Updated
API Reference Guide / Core Component API Reference / Core Component Functions Reference / Error Functions / IG_err_stack_clear
In This Topic
    IG_err_stack_clear
    In This Topic

    This function removes all records from the error stack.

    Declaration:

     
    Copy Code
    AT_ERRCODE ACCUAPI IG_err_stack_clear();
    

    Arguments:

    None

    Return Value:

    Returns TRUE if the error stack has been successfully cleared; returns FALSE otherwise. Errors that occurred during this function call are not appended onto the error stack.

    Supported Raster Image Formats:

    This function does not process image pixels.

    Sample:

    None

    Example:

     
    Copy Code
    IG_err_stack_clear();
    

    See Also

    IG_err_callback_get