Lines Matching full:hwnd
137 bool BrowseForFolder(HWND, LPCTSTR, UINT, LPCTSTR, CSysString &)
142 bool BrowseForFolder(HWND /* owner */, LPCTSTR /* title */,
174 int CALLBACK BrowseCallbackProc(HWND hwnd, UINT uMsg, LPARAM /* lp */, LPARAM data)
181 SendMessage(hwnd, BFFM_SETSELECTION, TRUE, data);
189 SendMessage(hwnd, BFFM_SETSTATUSTEXT, 0, (LPARAM)dir);
191 SendMessage(hwnd, BFFM_SETSTATUSTEXT, 0, (LPARAM)TEXT(""));
203 bool BrowseForFolder(HWND owner, LPCTSTR title, UINT ulFlags,
225 bool BrowseForFolder(HWND owner, LPCTSTR title,
270 int CALLBACK BrowseCallbackProc2(HWND hwnd, UINT uMsg, LPARAM /* lp */, LPARAM data)
276 SendMessageW(hwnd, BFFM_SETSELECTIONW, TRUE, data);
285 SendMessageW(hwnd, BFFM_SETSTATUSTEXTW, 0, (LPARAM)dir);
287 SendMessageW(hwnd, BFFM_SETSTATUSTEXTW, 0, (LPARAM)L"");
298 static bool BrowseForFolder(HWND owner, LPCWSTR title, UINT ulFlags,
313 bool BrowseForFolder(HWND owner, LPCWSTR title, LPCWSTR initialFolder, UString &resultPath)