Home
last modified time | relevance | path

Searched refs:MySetWindowText (Results 1 – 3 of 3) sorted by relevance

/external/lzma/CPP/Windows/
DWindow.h39 inline bool MySetWindowText(HWND wnd, LPCWSTR s) { return BOOLToBool(::SetWindowText(wnd, s)); } in MySetWindowText() function
41 bool MySetWindowText(HWND wnd, LPCWSTR s);
242 bool SetText(LPCWSTR s) { return MySetWindowText(_window, s); } in SetText()
DWindow.cpp106 bool MySetWindowText(HWND wnd, LPCWSTR s) in MySetWindowText() function
/external/lzma/CPP/7zip/UI/FileManager/
DProgressDialog.cpp43 MySetWindowText(MainWindow, UString(s) + MainTitle); in AddToTitle()