DrawDibTime function (vfw.h)
The DrawDibTime function retrieves timing information about the drawing operation and is used during debug operations.
Syntax
BOOL VFWAPI DrawDibTime(
HDRAWDIB hdd,
LPDRAWDIBTIME lpddtime
);
Parameters
hdd
Handle to a DrawDib DC.
lpddtime
Pointer to a DRAWDIBTIME structure.
Return value
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.
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 |