struct BiThumbnailInfo{
LPTSTR fileName;
EventType eventType;
HBITMAP bitmap;
ImageInfo info;
Int numOfPages;
int pageIdx;
BiThumbnail* pThumbBrowser;
int errorCode;
};
Description
This structure is used by the THUMBNAIL_EVENT message for containing the image, file and other information.
fileName file name
eventType event type
bitmap bitmap handler
info information of original image
numOfPages number of pages
pageIdx page index
pThumbBrowser pointer to sender thumbnail browser object
errorCode if event type is ERROR, it contains error code