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

1 2

  /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)
FileIO.cpp 22 bool IsDeviceName(LPCTSTR n)
106 bool CFileBase::Create(LPCTSTR fileName, DWORD desiredAccess,
287 bool CInFile::Open(LPCTSTR fileName, DWORD shareMode, DWORD creationDisposition, DWORD flagsAndAttributes)
294 bool CInFile::OpenShared(LPCTSTR fileName, bool shareForWrite)
297 bool CInFile::Open(LPCTSTR fileName)
363 bool COutFile::Open(LPCTSTR fileName, DWORD shareMode, DWORD creationDisposition, DWORD flagsAndAttributes)
369 bool COutFile::Open(LPCTSTR fileName, DWORD creationDisposition)
372 bool COutFile::Create(LPCTSTR fileName, bool createAlways)
  /external/chromium_org/third_party/angle_dx11/samples/gles2_book/Common/
esUtil_win.h 45 GLboolean WinCreate ( ESContext *esContext, LPCTSTR title );
  /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);
  /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/chromium_org/chrome_frame/
extra_system_apis.h 82 LPCTSTR url, DWORD flags, LPCTSTR frame_name, BYTE* post_data,
83 DWORD post_data_len, LPCTSTR headers, BOOL play_nav_sound,
94 STDMETHOD(IsErrorUrl)(LPCTSTR url, BOOL* is_error) = 0;
101 LPCTSTR url, DWORD flags, LPCTSTR frame_name, BYTE* post_data,
102 DWORD post_data_len, LPCTSTR headers, BOOL play_nav_sound,
  /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)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_funcptr.py 54 LPCTSTR = c_char_p
64 ("lpszMenuName", LPCTSTR),
65 ("lpszClassName", LPCTSTR)]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_funcptr.py 54 LPCTSTR = c_char_p
64 ("lpszMenuName", LPCTSTR),
65 ("lpszClassName", LPCTSTR)]
  /external/chromium_org/tools/memory_watcher/
preamble_patcher.h 113 // typedef BOOL (WINAPI *MessageBoxPtr)(HWND, LPCTSTR, LPCTSTR, UINT);
153 static SideStepError Patch(LPCTSTR module_name,

Completed in 935 milliseconds

1 2