Home
last modified time | relevance | path

Searched refs:wndParent (Results 1 - 3 of 3) sorted by relevance

/third_party/lzma/CPP/7zip/UI/FileManager/
H A DProgressDialog.h139 INT_PTR Create(const UString &title, NWindows::CThread &thread, HWND wndParent = NULL) in Create()
142 INT_PTR res = CModalDialog::Create(IDD_PROGRESS, wndParent); in Create()
H A DProgressDialog2.h244 void ShowAfterMessages(HWND wndParent);
269 INT_PTR Create(const UString &title, NWindows::CThread &thread, HWND wndParent = NULL);
H A DProgressDialog2.cpp955 INT_PTR CProgressDialog::Create(const UString &title, NWindows::CThread &thread, HWND wndParent) in Create() argument
971 res = CModalDialog::Create(SIZED_DIALOG(IDD_PROGRESS), wndParent); in Create()
980 MessageBoxW(wndParent, L"Progress Error", L"7-Zip", MB_ICONERROR); in Create()

Completed in 4 milliseconds