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

  /external/lzma/CPP/Windows/
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);
Shell.cpp 123 bool GetPathFromIDList(LPCITEMIDLIST itemIDList, CSysString &path)
135 bool BrowseForFolder(LPBROWSEINFO, CSysString)
140 bool BrowseForFolder(HWND, LPCTSTR, UINT, LPCTSTR, CSysString &)
146 LPCTSTR /* initialFolder */, CSysString & /* resultPath */)
165 bool BrowseForFolder(LPBROWSEINFO browseInfo, CSysString &resultPath)
207 LPCTSTR initialFolder, CSysString &resultPath)
209 CSysString displayName;
231 LPCTSTR initialFolder, CSysString &resultPath)
327 CSysString s;
ResourceString.cpp 20 static CSysString MyLoadStringA(HINSTANCE hInstance, UINT resourceID)
22 CSysString s;
Window.cpp 114 bool CWindow::GetText(CSysString &s)
152 CSysString sysString;
Registry.h 50 // LONG SetValue(LPCTSTR valueName, const CSysString &value);
66 LONG QueryValue(LPCTSTR name, CSysString &value);
Registry.cpp 139 LONG CKey::SetValue(LPCTSTR name, const CSysString &value)
237 LONG CKey::QueryValue(LPCTSTR name, CSysString &value)
319 CSysString keyName;
Window.h 249 bool GetText(CSysString &s);
  /external/lzma/CPP/7zip/UI/Common/
ZipRegistry.h 46 CSysString FormatID;
  /external/lzma/CPP/Windows/Control/
ComboBox.cpp 18 LRESULT CComboBox::GetLBText(int index, CSysString &s)
ComboBox.h 29 LRESULT GetLBText(int index, CSysString &s);
  /external/lzma/CPP/7zip/Bundles/SFXSetup/
SfxSetup.cpp 263 CSysString filePath = GetSystemString(executeFile);
281 CSysString parametersSys = GetSystemString(executeParameters);
340 CSysString appLaunchedSys = GetSystemString(dirPrefix + appLaunched);
  /external/lzma/CPP/Common/
StringConvert.h 74 AString SystemStringToOemString(const CSysString &srcString);
MyString.h 734 typedef UString CSysString;
736 typedef AString CSysString;
739 typedef CObjectVector<CSysString> CSysStringVector;

Completed in 300 milliseconds