ConvertDIBToBitmap

#include "BIDIB.H"

HBITMAP CALLBACK ConvertDIBToBitmap(HANDLE hDIB)

Description

This function converts a device independent bitmap to device dependent bitmap.

Parameters

HANDLE

hDIB

Handle to the DIB to be converted.

Return values

Handle to the newly created BITMAP. NULL on error.

Requirements

Header :     Declared in BiDIB.h; include BiDIB.h.

Library :    Use BiDIB.lib.

DLLs :       BiDIB.dll.