ImageGear for C and C++ on Windows v21.0 - Updated
API Reference Guide / ART Component API Reference / ART Component Callback Functions Reference / LPFNIG_ART_CALLBACKFUNC
In This Topic
    LPFNIG_ART_CALLBACKFUNC
    In This Topic

    This is a generic prototype for ART callback functions. See ART_callback_register.

    Declaration:

     
    Copy Code
    typedef AT_BOOL (ACCUAPI *LPFNART_CALLBACKFUNCTION)(
    );
    

    Arguments:

    None

    Return Value:

    See descriptions of specific callback functions.

    Supported Raster Image Formats:

    This function does not process image pixels.

    Sample:

    None