Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This function reads an image file, decompresses it, and returns a handle to a bitmap in memory.
HBITMAP SHLoadImageFile (
LPCTSTR pszFileName
);
- pszFileName
[in] The name of the image file to be loaded.
A handle to a bitmap if successful, NULL otherwise.
This function converts files of several types, including GIF (Graphics Interchange Format), PNG (Portable Network Graphics), JPG (Joint Photographic Experts Group), ICO (icon), and BMP (bitmap) file formats. Other image file types may be supported if the correct decoder is installed.
Pocket PC: Windows Mobile 2003 and later.
OS Versions: Windows CE .NET 4.0 and later.
Header: Declared in Aygshell.h.
Library: Use Aygshell.lib.
Send Feedback on this topic to the authors