DrawDibOpen function (vfw.h)

The DrawDibOpen function opens the DrawDib library for use and creates a DrawDib DC for drawing.

Syntax

HDRAWDIB VFWAPI DrawDibOpen();

Return value

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

Requirement Value
Minimum supported client Windows 2000 Professional [desktop apps only]
Minimum supported server Windows 2000 Server [desktop apps only]
Target Platform Windows
Header vfw.h
Library Vfw32.lib
DLL Msvfw32.dll

See also

DrawDib Functions