Home
last modified time | relevance | path

Searched refs:LPCTSTR (Results 1 – 25 of 32) sorted by relevance

12

/external/lzma/CPP/Windows/
DRegistry.h12 LONG SetValue(HKEY parentKey, LPCTSTR keyName, LPCTSTR valueName, LPCTSTR value);
30 LONG Create(HKEY parentKey, LPCTSTR keyName,
35 LONG Open(HKEY parentKey, LPCTSTR keyName, REGSAM accessMask = KEY_ALL_ACCESS) throw();
39 LONG DeleteSubKey(LPCTSTR subKeyName) throw();
40 LONG RecurseDeleteKey(LPCTSTR subKeyName) throw();
42 LONG DeleteValue(LPCTSTR name) throw();
47 LONG SetValue(LPCTSTR valueName, UInt32 value) throw();
48 LONG SetValue(LPCTSTR valueName, bool value) throw();
49 LONG SetValue(LPCTSTR valueName, LPCTSTR value) throw();
56 LONG SetValue(LPCTSTR name, const void *value, UInt32 size) throw();
[all …]
DRegistry.cpp19 LONG CKey::Create(HKEY parentKey, LPCTSTR keyName, in Create()
38 LONG CKey::Open(HKEY parentKey, LPCTSTR keyName, REGSAM accessMask) throw() in Open()
65 LONG CKey::DeleteSubKey(LPCTSTR subKeyName) throw() in DeleteSubKey()
71 LONG CKey::RecurseDeleteKey(LPCTSTR subKeyName) throw() in RecurseDeleteKey()
100 LONG CKey::DeleteValue(LPCTSTR name) throw() in DeleteValue()
116 LONG CKey::SetValue(LPCTSTR name, UInt32 value) throw() in SetValue()
123 LONG CKey::SetValue(LPCTSTR name, bool value) throw() in SetValue()
128 LONG CKey::SetValue(LPCTSTR name, LPCTSTR value) throw() in SetValue()
162 LONG CKey::SetValue(LPCTSTR name, const void *value, UInt32 size) throw() in SetValue()
170 LONG SetValue(HKEY parentKey, LPCTSTR keyName, LPCTSTR valueName, LPCTSTR value) in SetValue()
[all …]
DShell.cpp137 bool BrowseForFolder(HWND, LPCTSTR, UINT, LPCTSTR, CSysString &) in BrowseForFolder() argument
142 bool BrowseForFolder(HWND /* owner */, LPCTSTR /* title */, in BrowseForFolder() argument
143 LPCTSTR /* initialFolder */, CSysString & /* resultPath */) in BrowseForFolder()
203 bool BrowseForFolder(HWND owner, LPCTSTR title, UINT ulFlags, in BrowseForFolder()
204 LPCTSTR initialFolder, CSysString &resultPath) in BrowseForFolder()
225 bool BrowseForFolder(HWND owner, LPCTSTR title, in BrowseForFolder()
226 LPCTSTR initialFolder, CSysString &resultPath) in BrowseForFolder()
DSynchronization.h28 …WRes Create(bool manualReset, bool initiallyOwn, LPCTSTR name = NULL, LPSECURITY_ATTRIBUTES sa = N…
35 WRes Open(DWORD desiredAccess, bool inheritHandle, LPCTSTR name) in Open()
64 WRes CreateWithName(bool initiallyOwn, LPCTSTR name) in CreateWithName()
96 WRes Create(bool initiallyOwn, LPCTSTR name = NULL, LPSECURITY_ATTRIBUTES sa = NULL)
104 WRes Open(DWORD desiredAccess, bool inheritHandle, LPCTSTR name) in Open()
DMemoryLock.cpp16 typedef BOOL (WINAPI * Func_LookupPrivilegeValue)(LPCTSTR lpSystemName, LPCTSTR lpName, PLUID lpLui…
23 bool EnablePrivilege(LPCTSTR privilegeName, bool enable) in EnablePrivilege()
DFileMapping.h15 WRes Create(DWORD protect, UInt64 maxSize, LPCTSTR name) in Create()
25 , LPCTSTR name) in Open()
DWindow.h84 bool CreateEx(DWORD exStyle, LPCTSTR className, in CreateEx()
85 LPCTSTR windowName, DWORD style, in CreateEx()
96 bool Create(LPCTSTR className, in Create()
97 LPCTSTR windowName, DWORD style, in Create()
239 bool SetText(LPCTSTR s) { return BOOLToBool(::SetWindowText(_window, s)); } in SetText()
DShell.h85 bool BrowseForFolder(HWND owner, LPCTSTR title, LPCTSTR initialFolder, CSysString &resultPath);
DMemoryLock.h11 bool EnablePrivilege(LPCTSTR privilegeName, bool enable = true);
DErrorMsg.cpp28 message = GetUnicodeString((LPCTSTR)msgBuf); in MyFormatMessage()
/external/lzma/CPP/Windows/Control/
DStatusBar.h14 bool Create(LONG style, LPCTSTR text, HWND hwndParent, UINT id) in Create()
16 bool SetText(LPCTSTR text) in SetText()
18 bool SetText(unsigned index, LPCTSTR text, UINT type) in SetText()
20 bool SetText(unsigned index, LPCTSTR text) in SetText()
DListView.cpp34 int CListView::InsertColumn(int columnIndex, LPCTSTR text, int width) in InsertColumn()
44 int CListView::InsertItem(int index, LPCTSTR text) in InsertItem()
55 int CListView::SetSubItem(int index, int subIndex, LPCTSTR text) in SetSubItem()
DWindow2.h18 bool CreateEx(DWORD exStyle, LPCTSTR className, LPCTSTR windowName,
DListView.h32 int InsertColumn(int columnIndex, LPCTSTR text, int width);
34 int InsertItem(int index, LPCTSTR text);
36 int SetSubItem(int index, int subIndex, LPCTSTR text);
DDialog.h31 bool SetItemText(int itemID, LPCTSTR s) in SetItemText()
129 bool Create(LPCTSTR templateName, HWND parentWindow);
141 INT_PTR Create(LPCTSTR templateName, HWND parentWindow);
DWindow2.cpp49 bool CWindow2::CreateEx(DWORD exStyle, LPCTSTR className, LPCTSTR windowName, in CreateEx()
DDialog.cpp193 bool CModelessDialog::Create(LPCTSTR templateName, HWND parentWindow) in Create()
202 INT_PTR CModalDialog::Create(LPCTSTR templateName, HWND parentWindow) in Create()
DComboBox.h17 LRESULT AddString(LPCTSTR s) { return SendMessage(CB_ADDSTRING, 0, (LPARAM)s); } in AddString()
/external/opencv3/3rdparty/libtiff/
Dtif_win32.c377 LPCTSTR szTitleText = "%s Warning"; in Win32WarningHandler()
378 LPCTSTR szDefaultModule = "LIBTIFF"; in Win32WarningHandler()
379 LPCTSTR szTmpModule = (module == NULL) ? szDefaultModule : module; in Win32WarningHandler()
408 LPCTSTR szTitleText = "%s Error"; in Win32ErrorHandler()
409 LPCTSTR szDefaultModule = "LIBTIFF"; in Win32ErrorHandler()
410 LPCTSTR szTmpModule = (module == NULL) ? szDefaultModule : module; in Win32ErrorHandler()
/external/lzma/CPP/Common/
DStdInStream.cpp17 static LPCTSTR kFileOpenMode = TEXT("r");
23 bool CStdInStream::Open(LPCTSTR fileName) throw() in Open()
DStdInStream.h20 bool Open(LPCTSTR fileName) throw();
/external/webrtc/webrtc/modules/desktop_capture/win/
Dscreen_capturer_win_magnifier.cc33 static LPCTSTR kMagnifierHostClass = L"ScreenCapturerWinMagnifierHost";
34 static LPCTSTR kHostWindowName = L"MagnifierHost";
35 static LPCTSTR kMagnifierWindowClass = L"Magnifier";
36 static LPCTSTR kMagnifierWindowName = L"MagnifierWindow";
/external/webrtc/webrtc/voice_engine/
Dvoice_engine_defines.h246 #define LPCTSTR const char * macro
302 #define LPCTSTR const char * macro
/external/zlib/src/contrib/minizip/
Diowin32.c106 … hFile = CreateFile2((LPCTSTR)filename, dwDesiredAccess, dwShareMode, dwCreationDisposition, NULL); in win32_open64_file_func()
117 …hFile = CreateFile((LPCTSTR)filename, dwDesiredAccess, dwShareMode, NULL, dwCreationDisposition, d… in win32_open64_file_func()
179 … hFile = CreateFile2((LPCTSTR)filename, dwDesiredAccess, dwShareMode, dwCreationDisposition, NULL); in win32_open_file_func()
190 …hFile = CreateFile((LPCTSTR)filename, dwDesiredAccess, dwShareMode, NULL, dwCreationDisposition, d… in win32_open_file_func()
/external/opencv3/samples/directx/
Dwinapp.hpp53 (LPCTSTR)wc, m_window_name.c_str(), in create()

12