#include "BIDIB.H"
HDIB CALLBACK LoadNonRGBDIB (LPCTSTR pszFileName)
Description
This function loads a non RGB image to DIB.
Parameters
|
LPCTSTR |
pszFileName |
Path and name of the DIB to load. |
Additional Information
This example shows how to use the dll when loading statically including the header file. Otherwise if the dll is loaded dynamically, for further information read the “About the difference of static and dynamic library loading” section of the manual.
Return values
The handle of the loaded 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.