DrawDibTime

The DrawDibTime function retrieves timing information about the drawing operation and is used during debug operations.

BOOL DrawDibTime(
  HDRAWDIB hdd,           
  LPDRAWDIBTIME lpddtime  
);

Parameters

hdd

Handle to a DrawDib DC.

lpddtime

Pointer to a DRAWDIBTIME structure.

Return Values

Returns TRUE if successful or FALSE otherwise.

Remarks

This function is present only in the debug version of the Win32 Software Development Kit libraries.

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

DrawDib, DrawDib Functions, DRAWDIBTIME