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

    Call this function to append the thumbnail window to a thumbnail of the named file.

    Declaration:

     
    Copy Code
    AT_ERRCOUNT ACCUAPI IG_GUI_thumbnail_file_append ( 
            HWND hWndThumbnail, 
            const LPSTR lpszFileName 
    );
    

    Arguments:

    Name Type Description
    hWndThumbnail HWND Handle of Thumbnail window.
    lpszFileName const LPSTR Far pointer to string containing name of image file to append.

    Return Value:

    Returns the number of ImageGear errors that occurred during this function call.

    Supported Raster Image Formats:

    All pixel formats supported by ImageGear for C and C++.

    Sample:

    None