/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 | 21 LONG CKey::Create(HKEY parentKey, LPCTSTR keyName, in Create() 40 LONG CKey::Open(HKEY parentKey, LPCTSTR keyName, REGSAM accessMask) throw() in Open() 67 LONG CKey::DeleteSubKey(LPCTSTR subKeyName) throw() in DeleteSubKey() 73 LONG CKey::RecurseDeleteKey(LPCTSTR subKeyName) throw() in RecurseDeleteKey() 102 LONG CKey::DeleteValue(LPCTSTR name) throw() in DeleteValue() 118 LONG CKey::SetValue(LPCTSTR name, UInt32 value) throw() in SetValue() 125 LONG CKey::SetValue(LPCTSTR name, bool value) throw() in SetValue() 130 LONG CKey::SetValue(LPCTSTR name, LPCTSTR value) throw() in SetValue() 164 LONG CKey::SetValue(LPCTSTR name, const void *value, UInt32 size) throw() in SetValue() 172 LONG SetValue(HKEY parentKey, LPCTSTR keyName, LPCTSTR valueName, LPCTSTR value) in SetValue() [all …]
|
D | Shell.cpp | 140 bool BrowseForFolder(HWND, LPCTSTR, UINT, LPCTSTR, CSysString &) in BrowseForFolder() argument 145 bool BrowseForFolder(HWND /* owner */, LPCTSTR /* title */, in BrowseForFolder() argument 146 LPCTSTR /* initialFolder */, CSysString & /* resultPath */) in BrowseForFolder() 206 bool BrowseForFolder(HWND owner, LPCTSTR title, UINT ulFlags, in BrowseForFolder() 207 LPCTSTR initialFolder, CSysString &resultPath) in BrowseForFolder() 230 bool BrowseForFolder(HWND owner, LPCTSTR title, in BrowseForFolder() 231 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 | 18 typedef BOOL (WINAPI * Func_LookupPrivilegeValue)(LPCTSTR lpSystemName, LPCTSTR lpName, PLUID lpLui… 25 bool EnablePrivilege(LPCTSTR privilegeName, bool enable) in EnablePrivilege()
|
D | Window.h | 85 bool CreateEx(DWORD exStyle, LPCTSTR className, in CreateEx() 86 LPCTSTR windowName, DWORD style, in CreateEx() 97 bool Create(LPCTSTR className, in Create() 98 LPCTSTR windowName, DWORD style, in Create() 240 bool SetText(LPCTSTR s) { return BOOLToBool(::SetWindowText(_window, s)); } in SetText()
|
D | FileMapping.h | 15 WRes Create(DWORD protect, UInt64 maxSize, LPCTSTR name) in Create() 25 , LPCTSTR name) in Open()
|
D | Shell.h | 85 bool BrowseForFolder(HWND owner, LPCTSTR title, LPCTSTR initialFolder, CSysString &resultPath);
|
/external/mdnsresponder/mDNSWindows/ControlPanel/ |
D | ControlPanelExe.h | 42 …LPCTSTR inClsidString, LPCTSTR inName, LPCTSTR inCanonicalName, LPCTSTR inCategory, LPCTSTR inLoca… 45 Unregister( LPCTSTR clsidString );
|
D | ControlPanelExe.cpp | 64 static LPCTSTR g_controlPanelGUID = TEXT( "{1207552C-0E59-4d9f-8554-F1F806CD7FA9}" ); 65 static LPCTSTR g_controlPanelName = TEXT( "Bonjour" ); 66 static LPCTSTR g_controlPanelCanonicalName = TEXT( "Apple.Bonjour" ); 67 static LPCTSTR g_controlPanelCategory = TEXT( "3,8" ); 170 …LPCTSTR inClsidString, LPCTSTR inName, LPCTSTR inCanonicalName, LPCTSTR inCategory, LPCTSTR inLoca… in Register() 177 LPCTSTR subKey; in Register() 178 LPCTSTR valueName; in Register() 180 LPCTSTR data; in Register() 231 CCPApp::Unregister( LPCTSTR clsidString ) in Unregister()
|
D | ControlPanel.cpp | 104 CCPApplet::OnStartParms(CWnd * pParentWnd, LPCTSTR extra) in OnStartParms() 344 LPCTSTR lpszExtra = reinterpret_cast<LPCTSTR>(lParam2); in OnCplMsg()
|
/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 | 34 int InsertColumn(int columnIndex, LPCTSTR text, int width); 48 int InsertItem(int index, LPCTSTR text); 50 int SetSubItem(int index, int subIndex, LPCTSTR text);
|
D | Dialog.h | 31 bool SetItemText(int itemID, LPCTSTR s) in SetItemText() 130 bool Create(LPCTSTR templateName, HWND parentWindow); 143 INT_PTR Create(LPCTSTR templateName, HWND parentWindow);
|
/external/grpc-grpc/src/core/lib/gpr/ |
D | string_util_windows.cc | 54 gpr_tchar_to_char(LPCTSTR input) { in gpr_tchar_to_char() 63 LPSTR gpr_tchar_to_char(LPCTSTR input) { return (LPSTR)gpr_strdup(input); } in gpr_tchar_to_char() 65 LPTSTR gpr_char_to_tchar(LPCTSTR input) { return (LPTSTR)gpr_strdup(input); } in gpr_char_to_tchar()
|
/external/python/cpython2/Modules/expat/ |
D | loadlibrary.c | 39 HMODULE _Expat_LoadLibrary(LPCTSTR filename); 51 typedef HMODULE (APIENTRY *LOADLIBRARYEX_FN)(LPCTSTR, HANDLE, DWORD); 79 HMODULE _Expat_LoadLibrary(LPCTSTR filename) in _Expat_LoadLibrary()
|
/external/python/cpython3/Modules/expat/ |
D | loadlibrary.c | 39 HMODULE _Expat_LoadLibrary(LPCTSTR filename); 51 typedef HMODULE (APIENTRY *LOADLIBRARYEX_FN)(LPCTSTR, HANDLE, DWORD); 79 HMODULE _Expat_LoadLibrary(LPCTSTR filename) in _Expat_LoadLibrary()
|
/external/expat/lib/ |
D | loadlibrary.c | 39 HMODULE _Expat_LoadLibrary(LPCTSTR filename); 51 typedef HMODULE (APIENTRY *LOADLIBRARYEX_FN)(LPCTSTR, HANDLE, DWORD); 79 HMODULE _Expat_LoadLibrary(LPCTSTR filename) in _Expat_LoadLibrary()
|
/external/python/cpython2/Lib/ctypes/test/ |
D | test_funcptr.py | 54 LPCTSTR = c_char_p 64 ("lpszMenuName", LPCTSTR), 65 ("lpszClassName", LPCTSTR)]
|
/external/python/cpython3/Lib/ctypes/test/ |
D | test_funcptr.py | 54 LPCTSTR = c_char_p 64 ("lpszMenuName", LPCTSTR), 65 ("lpszClassName", LPCTSTR)]
|
/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/python/cpython2/Modules/_multiprocessing/ |
D | win32_functions.c | 62 LPCTSTR lpFileName; in win32_CreateFile() 94 LPCTSTR lpName; in win32_CreateNamedPipe() 201 LPCTSTR lpNamedPipeName; in win32_WaitNamedPipe()
|
/external/webrtc/webrtc/voice_engine/ |
D | voice_engine_defines.h | 246 #define LPCTSTR const char * macro 302 #define LPCTSTR const char * macro
|