#include "BIDIB.H"
HANDLE CALLBACK ReadDIBInfo(HANDLE fh)
Description
This function reads a file in DIB format and return a global handle to it’s BITMAPINFO.
Parameters
|
HANDLE |
fh |
Filehandler. |
Return values
A handle to the BITMAPINFO of the DIB in the file or NULL.
Requirements
Header : Declared in BiDIB.h; include BiDIB.h.
Library : Use BiDIB.lib.
DLLs : BiDIB.dll.
Code example