bvReadJpegFromFile
This helper function is used to read JPEG image from a file.
BESTVIEWAPI(HBITMAP) bvReadJpegFromFile(LPCTSTR pszFileName);
Parameters:
-
pszFileName - the name of the jpeg file
Return value: HBITMAP of the loaded image or 0 in case of failure.