DrawDibEnd function (vfw.h)

The DrawDibEnd function clears the flags and other settings of a DrawDib DC that are set by the DrawDibBegin or DrawDibDraw functions.

Syntax

BOOL VFWAPI DrawDibEnd(
  HDRAWDIB hdd
);

Parameters

hdd

Handle to the DrawDib DC to free.

Return value

Returns TRUE if successful or FALSE otherwise.

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