ImageInfo structure

struct ImageInfo{

            bool                 isLegal;

            LPTSTR          format;

            int                    depth;

            int                    width;

            int                    height;

            int                    resX;

            int                    resY;

};

Description

This structure is used by the THUMBNAIL_EVENT message is for containing the image information.

            isLegal             true if image is legal

            format             file format in string

            depth               depth of color

            width               width of original image

            height              height of original image

            resX                 resolution of image by x axes

            resY                 resolution of image by y axes