HomeSort by relevance Sort by last modified time
    Searched refs:LPCTSTR (Results 1 - 25 of 67) sorted by null

1 2 3

  /external/lzma/CPP/Windows/
Registry.h 13 LONG SetValue(HKEY parentKey, LPCTSTR keyName, LPCTSTR valueName, LPCTSTR value);
31 LONG Create(HKEY parentKey, LPCTSTR keyName,
36 LONG Open(HKEY parentKey, LPCTSTR keyName, REGSAM accessMask = KEY_ALL_ACCESS);
40 LONG DeleteSubKey(LPCTSTR subKeyName);
41 LONG RecurseDeleteKey(LPCTSTR subKeyName);
43 LONG DeleteValue(LPCTSTR name);
48 LONG SetValue(LPCTSTR valueName, UInt32 value);
49 LONG SetValue(LPCTSTR valueName, bool value);
    [all...]
FileDir.h 26 bool MySetFileAttributes(LPCTSTR fileName, DWORD fileAttributes);
27 bool MyMoveFile(LPCTSTR existFileName, LPCTSTR newFileName);
28 bool MyRemoveDirectory(LPCTSTR pathName);
29 bool MyCreateDirectory(LPCTSTR pathName);
30 bool CreateComplexDirectory(LPCTSTR pathName);
31 bool DeleteFileAlways(LPCTSTR name);
44 bool GetOnlyDirPrefix(LPCTSTR fileName, CSysString &resultName);
45 bool GetOnlyName(LPCTSTR fileName, CSysString &resultName);
50 bool MyGetShortPathName(LPCTSTR longPath, CSysString &shortPath);
    [all...]
Registry.cpp 19 LONG CKey::Create(HKEY parentKey, LPCTSTR keyName,
38 LONG CKey::Open(HKEY parentKey, LPCTSTR keyName, REGSAM accessMask)
65 LONG CKey::DeleteSubKey(LPCTSTR subKeyName)
71 LONG CKey::RecurseDeleteKey(LPCTSTR subKeyName)
100 LONG CKey::DeleteValue(LPCTSTR name)
116 LONG CKey::SetValue(LPCTSTR name, UInt32 value)
123 LONG CKey::SetValue(LPCTSTR name, bool value)
128 LONG CKey::SetValue(LPCTSTR name, LPCTSTR value)
137 LONG CKey::SetValue(LPCTSTR name, const CSysString &value)
    [all...]
FileIO.h 31 bool Create(LPCTSTR fileName, DWORD desiredAccess,
100 bool Open(LPCTSTR fileName, DWORD shareMode, DWORD creationDisposition, DWORD flagsAndAttributes);
101 bool OpenShared(LPCTSTR fileName, bool shareForWrite);
102 bool Open(LPCTSTR fileName);
116 bool Open(LPCTSTR fileName, DWORD shareMode, DWORD creationDisposition, DWORD flagsAndAttributes);
117 bool Open(LPCTSTR fileName, DWORD creationDisposition);
118 bool Create(LPCTSTR fileName, bool createAlways);
FileFind.h 66 bool Find(LPCTSTR wildcard);
89 bool FindFirst(LPCTSTR wildcard, CFileInfo &fileInfo);
98 bool DoesFileExist(LPCTSTR name);
99 bool DoesDirExist(LPCTSTR name);
100 bool DoesFileOrDirExist(LPCTSTR name);
144 HANDLE FindFirst(LPCTSTR pathName, bool watchSubtree, DWORD notifyFilter);
DLL.h 43 bool LoadEx(LPCTSTR fileName, DWORD flags = LOAD_LIBRARY_AS_DATAFILE);
44 bool Load(LPCTSTR fileName);
FileMapping.h 15 WRes Create(DWORD protect, UInt64 maxSize, LPCTSTR name)
21 WRes Open(DWORD desiredAccess, LPCTSTR name)
MemoryLock.cpp 12 typedef BOOL (WINAPI * LookupPrivilegeValueP)(LPCTSTR lpSystemName, LPCTSTR lpName, PLUID lpLuid);
Synchronization.h 28 WRes Create(bool manualReset, bool initiallyOwn, LPCTSTR name = NULL, LPSECURITY_ATTRIBUTES sa = NULL)
35 WRes Open(DWORD desiredAccess, bool inheritHandle, LPCTSTR name)
64 WRes CreateWithName(bool initiallyOwn, LPCTSTR name)
96 WRes Create(bool initiallyOwn, LPCTSTR name = NULL, LPSECURITY_ATTRIBUTES sa = NULL)
104 WRes Open(DWORD desiredAccess, bool inheritHandle, LPCTSTR name)
FileDir.cpp 123 bool MySetFileAttributes(LPCTSTR fileName, DWORD fileAttributes)
135 bool MyRemoveDirectory(LPCTSTR pathName)
159 bool MyMoveFile(LPCTSTR existFileName, LPCTSTR newFileName)
216 bool MyCreateDirectory(LPCTSTR pathName)
251 bool CreateComplexDirectory(LPCTSTR pathName)
279 bool CreateComplexDirectory(LPCTSTR _aPathName)
371 bool DeleteFileAlways(LPCTSTR name)
448 bool GetOnlyDirPrefix(LPCTSTR fileName, CSysString &resultName)
457 bool GetOnlyName(LPCTSTR fileName, CSysString &resultName)
    [all...]
Error.cpp 24 message = (LPCTSTR)msgBuf;
DLL.cpp 40 bool CLibrary::LoadEx(LPCTSTR fileName, DWORD flags)
46 bool CLibrary::Load(LPCTSTR fileName)
FileFind.cpp 19 bool IsDeviceName(LPCTSTR n);
108 bool CFindFile::FindFirst(LPCTSTR wildcard, CFileInfo &fi)
201 bool CFileInfo::Find(LPCTSTR wildcard)
244 bool DoesFileExist(LPCTSTR name)
250 bool DoesDirExist(LPCTSTR name)
256 bool DoesFileOrDirExist(LPCTSTR name)
361 HANDLE CFindChangeNotification::FindFirst(LPCTSTR pathName, bool watchSubtree, DWORD notifyFilter)
  /external/qemu/distrib/sdl-1.2.15/src/thread/win32/
win_ce_semaphore.h 9 LPCTSTR lpName;
17 extern SYNCHHANDLE CreateSemaphoreCE (LPSECURITY_ATTRIBUTES, LONG, LONG, LPCTSTR);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
htmlhelp.h 159 LPCTSTR pszText;
164 LPCTSTR pszFont;
170 LPCTSTR pszKeywords;
171 LPCTSTR pszUrl;
172 LPCTSTR pszMsgText;
173 LPCTSTR pszMsgTitle;
174 LPCTSTR pszWindow;
228 LPCTSTR pszSearchQuery;
233 LPCTSTR pszWindow;
239 LPCTSTR pszType
    [all...]
muiload.h 18 HINSTANCE WINAPI LoadMUILibrary(LPCTSTR pszFullModuleName,DWORD dwLangConvention,LANGID LangID);
newapis.h 18 extern WINBOOL (CALLBACK *GetDiskFreeSpaceEx)(LPCTSTR,PULARGE_INTEGER,PULARGE_INTEGER,PULARGE_INTEGER);
21 static WINBOOL WINAPI Emulate_GetDiskFreeSpaceEx(LPCTSTR ptszRoot,PULARGE_INTEGER pliQuota,PULARGE_INTEGER pliTotal,PULARGE_INTEGER pliFree) {
36 static WINBOOL WINAPI Probe_GetDiskFreeSpaceEx(LPCTSTR ptszRoot,PULARGE_INTEGER pliQuota,PULARGE_INTEGER pliTotal,PULARGE_INTEGER pliFree) {
40 WINBOOL (CALLBACK *RealGetDiskFreeSpaceEx) (LPCTSTR,PULARGE_INTEGER,PULARGE_INTEGER,PULARGE_INTEGER);
59 WINBOOL (CALLBACK *GetDiskFreeSpaceEx) (LPCTSTR,PULARGE_INTEGER,PULARGE_INTEGER,PULARGE_INTEGER) = Probe_GetDiskFreeSpaceEx;
69 extern DWORD (CALLBACK *GetLongPathName)(LPCTSTR,LPTSTR,DWORD);
72 static DWORD WINAPI Emulate_GetLongPathName(LPCTSTR ptszShort,LPTSTR ptszLong,DWORD ctchBuf) {
154 static DWORD WINAPI Probe_GetLongPathName(LPCTSTR ptszShort,LPTSTR ptszLong,DWORD ctchBuf) {
158 DWORD (CALLBACK *RealGetLongPathName)(LPCTSTR,LPTSTR,DWORD);
179 DWORD (CALLBACK *GetLongPathName)(LPCTSTR,LPTSTR,DWORD) = Probe_GetLongPathName
    [all...]
_dbdao.h 64 operator LPCTSTR(VOID);
73 CONSTRUCTOR CdbVariant(LPCTSTR pstr);
78 VOID operator =(LPCTSTR pstr);
99 inline CONSTRUCTOR CdbVariant::CdbVariant(LPCTSTR pstr): COleVariant(pstr,VT_BSTRT) {
143 inline VOID CdbVariant::operator =(LPCTSTR pstr) {
226 virtual CdbObject ObItem(LPCTSTR pstr) = 0;
229 virtual VOID Delete(LPCTSTR pstr) = 0;
236 CdbObject ObItem(LPCTSTR pstr);
239 VOID Delete(LPCTSTR pstr);
246 CdbObject ObItem(LPCTSTR pstr)
    [all...]
mapiwz.h 24 typedef HRESULT (WINAPI LAUNCHWIZARDENTRY)(HWND hParentWnd,ULONG ulFlags,LPCTSTR *lppszServiceNameToAdd,ULONG cbBufferMax,LPTSTR lpszNewProfileName);
msplog.h 19 WINBOOL NTAPI MSPLogRegister(LPCTSTR szName);
  /external/chromium_org/base/win/
resource_util.h 24 LPCTSTR resource_type,
resource_util.cc 13 LPCTSTR resource_type,
  /external/lzma/CPP/Common/
StdInStream.h 19 bool Open(LPCTSTR fileName);
StdInStream.cpp 23 static LPCTSTR kFileOpenMode = TEXT("r");
29 bool CStdInStream::Open(LPCTSTR fileName)
  /external/lzma/CPP/7zip/Common/
FileStreams.h 44 bool Open(LPCTSTR fileName);
51 bool OpenShared(LPCTSTR fileName, bool shareForWrite);
88 bool Create(LPCTSTR fileName, bool createAlways)
93 bool Open(LPCTSTR fileName, DWORD creationDisposition)

Completed in 467 milliseconds

1 2 3