DrawDibOpen
The DrawDibOpen function opens the DrawDib library for use and creates a DrawDib DC for drawing.
HDRAWDIB DrawDibOpen(VOID);
Parameters
This function takes no parameters.
Return Values
Returns a handle to a DrawDib DC if successful or NULL otherwise.
Remarks
When drawing multiple DIBs simultaneously, create a DrawDib DC for each of the images that will be simultaneously on-screen.
Requirements
** Windows NT/2000/XP:** Included in Windows NT 3.1 and later.
** Windows 95/98/Me:** Included in Windows 95 and later.
** Header:** Declared in Vfw.h.
** Library:** Use Vfw32.lib.
See Also