Lines Matching defs:lpstrInitialDir
30 (lpstrInitialDir) : the initial directory.
35 2. Otherwise, lpstrInitialDir specifies the initial directory.
38 If lpstrInitialDir has the same value as was passed the first time
45 function supports (lpstrInitialDir) path with super prefix "\\\\?\\"
46 function supports (lpstrInitialDir) path with long path
132 bool CCommonDialogInfo::CommonDlg_BrowseForFile(LPCWSTR lpstrInitialDir, const UStringVector &filters)
173 CONV_U_To_A(p.lpstrInitialDir, lpstrInitialDir, initialDir_a)
230 if (lpstrInitialDir)
232 p.lpstrInitialDir = lpstrInitialDir;
233 bufSize += MyStringLen(lpstrInitialDir);