Searched refs:CSysString (Results 1 – 13 of 13) sorted by relevance
/third_party/lzma/CPP/Windows/ |
D | Shell.cpp | 141 bool GetPathFromIDList(LPCITEMIDLIST itemIDList, CSysString &path) in GetPathFromIDList() 153 bool BrowseForFolder(LPBROWSEINFO, CSysString) in BrowseForFolder() argument 158 bool BrowseForFolder(HWND, LPCTSTR, UINT, LPCTSTR, CSysString &) in BrowseForFolder() argument 164 LPCTSTR /* initialFolder */, CSysString & /* resultPath */) in BrowseForFolder() argument 183 bool BrowseForFolder(LPBROWSEINFO browseInfo, CSysString &resultPath) in BrowseForFolder() 225 LPCTSTR initialFolder, CSysString &resultPath) in BrowseForFolder() 227 CSysString displayName; in BrowseForFolder() 249 LPCTSTR initialFolder, CSysString &resultPath) in BrowseForFolder() 345 CSysString s; in BrowseForFolder()
|
D | Shell.h | 83 bool GetPathFromIDList(LPCITEMIDLIST itemIDList, CSysString &path); 84 bool BrowseForFolder(LPBROWSEINFO lpbi, CSysString &resultPath); 85 bool BrowseForFolder(HWND owner, LPCTSTR title, LPCTSTR initialFolder, CSysString &resultPath);
|
D | ResourceString.cpp | 20 static CSysString MyLoadStringA(HINSTANCE hInstance, UINT resourceID) in MyLoadStringA() 22 CSysString s; in MyLoadStringA()
|
D | Window.cpp | 114 bool CWindow::GetText(CSysString &s) in GetText() 152 CSysString sysString; in GetText()
|
D | Registry.h | 66 LONG QueryValue(LPCTSTR name, CSysString &value);
|
D | Registry.cpp | 253 LONG CKey::QueryValue(LPCTSTR name, CSysString &value) in QueryValue() 335 CSysString keyName; in EnumKeys()
|
D | Window.h | 249 bool GetText(CSysString &s);
|
/third_party/lzma/CPP/7zip/Bundles/SFXSetup/ |
D | SfxSetup.cpp | 265 CSysString filePath (GetSystemString(executeFile)); in WinMain() 283 CSysString parametersSys (GetSystemString(executeParameters)); in WinMain() 342 CSysString appLaunchedSys (GetSystemString(dirPrefix + appLaunched)); in WinMain()
|
/third_party/lzma/CPP/Windows/Control/ |
D | ComboBox.cpp | 18 LRESULT CComboBox::GetLBText(int index, CSysString &s) in GetLBText()
|
D | ComboBox.h | 37 LRESULT GetLBText(int index, CSysString &s);
|
/third_party/lzma/CPP/7zip/UI/Common/ |
D | ZipRegistry.h | 94 CSysString FormatID;
|
/third_party/lzma/CPP/Common/ |
D | StringConvert.h | 85 AString SystemStringToOemString(const CSysString &src);
|
D | MyString.h | 897 typedef UString CSysString; typedef 899 typedef AString CSysString; typedef 902 typedef CObjectVector<CSysString> CSysStringVector;
|