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 of a DrawDib DC.
lpddtime
Address of 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.

QuickInfo

  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.

See Also

DrawDib Overview, DrawDib Functions, DRAWDIBTIME