Skip to content

Latest commit

 

History

History
75 lines (60 loc) · 1.85 KB

nf-vfw-drawdibtime.md

File metadata and controls

75 lines (60 loc) · 1.85 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:vfw.DrawDibTime
DrawDibTime function (vfw.h)
The DrawDibTime function retrieves timing information about the drawing operation and is used during debug operations.
DrawDibTime
DrawDibTime function [Windows Multimedia]
_win32_DrawDibTime
multimedia.drawdibtime
vfw/DrawDibTime
multimedia\drawdibtime.htm
Multimedia
86dd2c5c-f853-4954-b245-6aa51d157600
12/05/2018
DrawDibTime, DrawDibTime function [Windows Multimedia], _win32_DrawDibTime, multimedia.drawdibtime, vfw/DrawDibTime
vfw.h
Windows
Windows 2000 Professional [desktop apps only]
Windows 2000 Server [desktop apps only]
Vfw32.lib
Msvfw32.dll
Windows
19H1
DrawDibTime
vfw/DrawDibTime
c++
APIRef
kbSyntax
DllExport
Msvfw32.dll
DrawDibTime

DrawDibTime function

-description

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

-parameters

-param hdd

Handle to a DrawDib DC.

-param lpddtime

Pointer to a DRAWDIBTIME structure.

-returns

Returns TRUE if successful or FALSE otherwise.

-remarks

This function is present only in the debug version of the Microsoft Windows Software Development Kit (SDK) libraries.

-see-also

DrawDib Functions