OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MySetWindowText
(Results
1 - 3
of
3
) sorted by null
/external/lzma/CPP/Windows/
Window.h
38
inline bool
MySetWindowText
(HWND wnd, LPCWSTR s) { return BOOLToBool(::SetWindowText(wnd, s)); }
40
bool
MySetWindowText
(HWND wnd, LPCWSTR s);
241
bool SetText(LPCWSTR s) { return
MySetWindowText
(_window, s); }
Window.cpp
106
bool
MySetWindowText
(HWND wnd, LPCWSTR s)
/external/lzma/CPP/7zip/UI/FileManager/
ProgressDialog.cpp
43
MySetWindowText
(MainWindow, UString(s) + MainTitle);
Completed in 819 milliseconds