HomeSort by relevance Sort by last modified time
    Searched refs:MySetWindowText (Results 1 - 3 of 3) sorted by null

  /external/lzma/CPP/Windows/
Window.h 39 inline bool MySetWindowText(HWND wnd, LPCWSTR s) { return BOOLToBool(::SetWindowText(wnd, s)); }
41 bool MySetWindowText(HWND wnd, LPCWSTR s);
242 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 478 milliseconds