Call this function to append the thumbnail window to a thumbnail of the named file.
Copy Code
|
|
---|---|
AT_ERRCOUNT ACCUAPI IG_GUI_thumbnail_file_append (
HWND hWndThumbnail,
const LPSTR lpszFileName
);
|
Name | Type | Description |
---|---|---|
hWndThumbnail | HWND | Handle of Thumbnail window. |
lpszFileName | const LPSTR | Far pointer to string containing name of image file to append. |
Returns the number of ImageGear errors that occurred during this function call.
All pixel formats supported by ImageGear for C and C++.
None