#include "BIDIB.H"
BOOL CALLBACK SaveNonRGBDIB (LPCTSTR pszFileName, HDIB hDib)
Description
This function saves a non RGB DIB.
Parameters
|
LPCTSTR |
pszFileName |
Path and name of the DIB to save. |
|
HDIB |
hDib |
Handle of the non RGB DIB to save |
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
TRUE on success, otherwise FALSE.
Requirements
Header : Declared in BiDIB.h; include BiDIB.h.
Library : Use BiDIB.lib.
DLLs : BiDIB.dll.