Call this function to register a callback function that is to be called whenever a thumbnail is deleted in the thumbnail window hWndThumbnail.
Copy Code
|
|
---|---|
AT_ERRCOUNT ACCUAPI IG_GUI_thumbnail_delete_CB_register ( HWND hWndThumbnail, LPFNIG_GUITHUMBDELETE lpfnThumbDelete, LPVOID lpPrivate ); |
Name | Type | Description |
---|---|---|
hWndThumbnail | HWND | Windows handle to the Thumbnail window. |
lpfnThumbDelete | LPFNIG_GUITHUMBDELETE | A pointer to the callback function that you are registering to be called whenever a thumbnail is deleted. |
lpPrivateData | LPVOID | A far pointer to any private data to which you want to pass to the callback. |
Returns the number of ImageGear errors that occurred during this function call.
This function does not process image pixels.
None
See also the description for callback type LPFNIG_GUITHUMBCREATE.