DrawDibTime-Funktion (vfw.h)
Die DrawDibTime-Funktion ruft Zeitinformationen zum Zeichnungsvorgang ab und wird bei Debugvorgängen verwendet.
Syntax
BOOL VFWAPI DrawDibTime(
HDRAWDIB hdd,
LPDRAWDIBTIME lpddtime
);
Parameter
hdd
Handle für einen DrawDib-DC.
lpddtime
Zeiger auf eine DRAWDIBTIME-Struktur .
Rückgabewert
Gibt TRUE zurück, wenn dies erfolgreich war, oder andernfalls FALSE .
Hinweise
Diese Funktion ist nur in der Debugversion der Microsoft Windows Software Development Kit -Bibliotheken (SDK) vorhanden.
Anforderungen
Anforderung | Wert |
---|---|
Unterstützte Mindestversion (Client) | Windows 2000 Professional [nur Desktop-Apps] |
Unterstützte Mindestversion (Server) | Windows 2000 Server [nur Desktop-Apps] |
Zielplattform | Windows |
Kopfzeile | vfw.h |
Bibliothek | Vfw32.lib |
DLL | Msvfw32.dll |