Searched defs:MySetWindowText (Results 1 - 2 of 2) sorted by relevance

/external/lzma/CPP/Windows/
H A DWindow.cpp106 bool MySetWindowText(HWND wnd, LPCWSTR s) function in namespace:NWindows
H A DWindow.h39 inline bool MySetWindowText(HWND wnd, LPCWSTR s) { return BOOLToBool(::SetWindowText(wnd, s)); } function in namespace:NWindows
41 bool MySetWindowText(HWND wnd, LPCWSTR s);
242 bool SetText(LPCWSTR s) { return MySetWindowText(_window, s); }

Completed in 108 milliseconds