#include "BiDIB.h"
BOOL CALLBACK SaveV5DIB(LPTSTR lpszFileName, HDIB hDIB)
Description
Write the bitmap to the file in the device independent V5 format bitmap, containing sRGB ICC profile. Alpha Chanel will not be used. It will be supported in a future release.
Parameters
|
LPTSTR |
lpszFileName |
File name to be loaded. |
|
HDIB |
hDIB |
Handle to a device independent bitmap. |
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 - successful.
FALSE - failed.
Programming notes
None.
Requirements
Header : Declared in BiDIB.h; include BiDIB.h.
Library : Use BiDIB.lib.
DLLs : BiDIB.dll.
Code example
None at present.