Searched defs:IDT_LOCKEDDLG_POLL (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Additions/WINNT/VBoxGINA/
H A DDialog.cpp85 #define IDT_LOCKEDDLG_POLL IDT_BASE + 2 macro
432 UINT_PTR uTimer = SetTimer(hwndDlg, IDT_LOCKEDDLG_POLL, 200, NULL);
443 if (wParam == IDT_LOCKEDDLG_POLL)
451 KillTimer(hwndDlg, IDT_LOCKEDDLG_POLL);
466 KillTimer(hwndDlg, IDT_LOCKEDDLG_POLL);

Completed in 43 milliseconds