Lines Matching refs:NWindows
54 NWindows::NSynchronization::CCriticalSection _cs;
60 NWindows::NSynchronization::CCriticalSectionLock lock(_cs); in Get_Stopped()
65 NWindows::NSynchronization::CCriticalSectionLock lock(_cs); in Set_Stopped()
72 NWindows::NSynchronization::CCriticalSectionLock lock(_cs); in Set_Paused()
78 NWindows::NSynchronization::CCriticalSectionLock lock(_cs); in Set_BytesProgressMode()
104 class CProgressDialog: public NWindows::NControl::CModalDialog
151 NWindows::NControl::CProgressBar m_ProgressBar;
152 NWindows::NControl::CListView _messageList;
213 NWindows::NSynchronization::CManualResetEvent _createDialogEvent;
214 NWindows::NSynchronization::CManualResetEvent _dialogCreatedEvent;
262 INT_PTR Create(const UString &title, NWindows::CThread &thread, HWND wndParent = 0);