ImageGear Professional DLL v18.1 for Windows
LPFNIG_GUITHUMBDELETE
Send Feedback
ImageGear Professional v18.1 > API Reference Guide > Core Component API Reference > Core Component Callback Functions Reference > LPFNIG_GUITHUMBDELETE

Glossary Item Box

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().

©2014. Accusoft Corporation. All Rights Reserved.