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