#include "BIDIB.H"
HDIB32 CALLBACK Load32BitDIB (LPCTSTR pszFileName)
Description
This function loads a 32 bit per pixel device independent bitmap from BMP file.
This function does not support 1, 8 and 24 bit BMP files.
Parameters
|
LPCTSTR |
pszFileName |
Path and name of the BMP file to load. |
Return values
The handle of the loaded 32 bit per pixel DIB or NULL if an error occurred.
Programming notes
Requirements
Header : Declared in BiDIB.h; include BiDIB.h.
Library : Use BiDIB.lib.
DLLs : BiDIB.dll.