/external/lzma/CPP/Windows/ |
D | Registry.h | 12 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 …]
|
D | Registry.cpp | 19 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 …]
|
D | Shell.cpp | 137 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()
|
D | Synchronization.h | 28 …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()
|
D | MemoryLock.cpp | 16 typedef BOOL (WINAPI * Func_LookupPrivilegeValue)(LPCTSTR lpSystemName, LPCTSTR lpName, PLUID lpLui… 23 bool EnablePrivilege(LPCTSTR privilegeName, bool enable) in EnablePrivilege()
|
D | FileMapping.h | 15 WRes Create(DWORD protect, UInt64 maxSize, LPCTSTR name) in Create() 25 , LPCTSTR name) in Open()
|
D | Window.h | 84 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()
|
D | Shell.h | 85 bool BrowseForFolder(HWND owner, LPCTSTR title, LPCTSTR initialFolder, CSysString &resultPath);
|
D | MemoryLock.h | 11 bool EnablePrivilege(LPCTSTR privilegeName, bool enable = true);
|
D | ErrorMsg.cpp | 28 message = GetUnicodeString((LPCTSTR)msgBuf); in MyFormatMessage()
|
/external/lzma/CPP/Windows/Control/ |
D | StatusBar.h | 14 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()
|
D | ListView.cpp | 34 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()
|
D | Window2.h | 18 bool CreateEx(DWORD exStyle, LPCTSTR className, LPCTSTR windowName,
|
D | ListView.h | 32 int InsertColumn(int columnIndex, LPCTSTR text, int width); 34 int InsertItem(int index, LPCTSTR text); 36 int SetSubItem(int index, int subIndex, LPCTSTR text);
|
D | Dialog.h | 31 bool SetItemText(int itemID, LPCTSTR s) in SetItemText() 129 bool Create(LPCTSTR templateName, HWND parentWindow); 141 INT_PTR Create(LPCTSTR templateName, HWND parentWindow);
|
D | Window2.cpp | 49 bool CWindow2::CreateEx(DWORD exStyle, LPCTSTR className, LPCTSTR windowName, in CreateEx()
|
D | Dialog.cpp | 193 bool CModelessDialog::Create(LPCTSTR templateName, HWND parentWindow) in Create() 202 INT_PTR CModalDialog::Create(LPCTSTR templateName, HWND parentWindow) in Create()
|
D | ComboBox.h | 17 LRESULT AddString(LPCTSTR s) { return SendMessage(CB_ADDSTRING, 0, (LPARAM)s); } in AddString()
|
/external/opencv3/3rdparty/libtiff/ |
D | tif_win32.c | 377 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/ |
D | StdInStream.cpp | 17 static LPCTSTR kFileOpenMode = TEXT("r"); 23 bool CStdInStream::Open(LPCTSTR fileName) throw() in Open()
|
D | StdInStream.h | 20 bool Open(LPCTSTR fileName) throw();
|
/external/webrtc/webrtc/modules/desktop_capture/win/ |
D | screen_capturer_win_magnifier.cc | 33 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/ |
D | voice_engine_defines.h | 246 #define LPCTSTR const char * macro 302 #define LPCTSTR const char * macro
|
/external/zlib/src/contrib/minizip/ |
D | iowin32.c | 106 … 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/ |
D | winapp.hpp | 53 (LPCTSTR)wc, m_window_name.c_str(), in create()
|