ImageGear for C and C++ on Windows v19.9 - Updated
LPFNIG_GUITHUMBDELETE
API Reference Guide > Core Component API Reference > Core Component Callback Functions Reference > LPFNIG_GUITHUMBDELETE

This function is called when the user removes a thumbnail in window hWndThumbnail.

Declaration:

 
Copy Code
typedef VOID (ACCUAPI LPFNIG_GUITHUMBDELETE) (
        LPVOID lpPrivate, 
        HWND hWndThumbnail, 
        UINT nIndex
);

Arguments:

Name Type Description
lpPrivate LPVOID Far pointer to private data passed.
hWndThumbnail HWND Thumbnail window handle.
nIndex UINT Index of a thumbnail icon.

Return Value:

None

Supported Raster Image Formats:

This function does not process image pixels.

Sample:

None

Remarks:

This type of callback function is registered by a call to IG_GUI_thumbnail_delete_CB_register().