Searched defs:MySetWindowText (Results 1 – 2 of 2) sorted by relevance
106 bool MySetWindowText(HWND wnd, LPCWSTR s) in MySetWindowText() function
39 inline bool MySetWindowText(HWND wnd, LPCWSTR s) { return BOOLToBool(::SetWindowText(wnd, s)); } in MySetWindowText() function