Searched refs:pWaitDialog (Results 1 – 1 of 1) sorted by relevance
16 wait_dialog *pWaitDialog = NULL; variable576 if (pWaitDialog) in IsWaitDialogRunning()603 pWaitDialog = new wait_dialog(300, 120, msg, pMain); in BusyMsg()604 pWaitDialog->SetWorkThread(thread); in BusyMsg()605 pWaitDialog->DoModal(); in BusyMsg()606 delete pWaitDialog; in BusyMsg()607 pWaitDialog = NULL; in BusyMsg()639 pWaitDialog->SendMessage(WM_CLOSE, 0, 0); in EndBusyMsg()