The DrawDibOpen function opens the DrawDib library for use and creates a DrawDib DC for drawing.
HDRAWDIB DrawDibOpen(VOID);
This function takes no parameters.
Returns a handle to a DrawDib DC if successful or NULL otherwise.
When drawing multiple DIBs simultaneously, create a DrawDib DC for each of the images that will be simultaneously on-screen.
Windows NT: Requires version 3.1 or later.
Windows: Requires Windows 95 or later.
Windows CE: Unsupported.
Header: Declared in vfw.h.
Import Library: Use vfw32.lib.
DrawDib Overview, DrawDib Functions