/third_party/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 | 37 LONG CKey::Create(HKEY parentKey, LPCTSTR keyName, in Create() 56 LONG CKey::Open(HKEY parentKey, LPCTSTR keyName, REGSAM accessMask) throw() in Open() 83 LONG CKey::DeleteSubKey(LPCTSTR subKeyName) throw() in DeleteSubKey() 89 LONG CKey::RecurseDeleteKey(LPCTSTR subKeyName) throw() in RecurseDeleteKey() 118 LONG CKey::DeleteValue(LPCTSTR name) throw() in DeleteValue() 134 LONG CKey::SetValue(LPCTSTR name, UInt32 value) throw() in SetValue() 141 LONG CKey::SetValue(LPCTSTR name, bool value) throw() in SetValue() 146 LONG CKey::SetValue(LPCTSTR name, LPCTSTR value) throw() in SetValue() 180 LONG CKey::SetValue(LPCTSTR name, const void *value, UInt32 size) throw() in SetValue() 188 LONG SetValue(HKEY parentKey, LPCTSTR keyName, LPCTSTR valueName, LPCTSTR value) in SetValue() [all …]
|
D | Shell.cpp | 619 bool BrowseForFolder(HWND, LPCTSTR, UINT, LPCTSTR, CSysString &) in BrowseForFolder() argument 624 bool BrowseForFolder(HWND /* owner */, LPCTSTR /* title */, in BrowseForFolder() argument 625 LPCTSTR /* initialFolder */, CSysString & /* resultPath */) in BrowseForFolder() 690 static bool BrowseForFolder(HWND owner, LPCTSTR title, UINT ulFlags, in BrowseForFolder() 691 LPCTSTR initialFolder, CSysString &resultPath) in BrowseForFolder() 721 bool BrowseForFolder(HWND owner, LPCTSTR title, in BrowseForFolder() 722 LPCTSTR initialFolder, CSysString &resultPath) in BrowseForFolder()
|
D | MemoryLock.cpp | 20 typedef BOOL (WINAPI * Func_LookupPrivilegeValue)(LPCTSTR lpSystemName, LPCTSTR lpName, PLUID lpLui… 30 bool EnablePrivilege(LPCTSTR privilegeName, bool enable) in EnablePrivilege()
|
D | Window.h | 163 bool CreateEx(DWORD exStyle, LPCTSTR className, in CreateEx() 164 LPCTSTR windowName, DWORD style, in CreateEx() 175 bool Create(LPCTSTR className, in Create() 176 LPCTSTR windowName, DWORD style, in Create() 319 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 | 121 bool BrowseForFolder(HWND owner, LPCTSTR title, LPCTSTR initialFolder, CSysString &resultPath);
|
D | Synchronization.h | 32 …WRes Create(bool manualReset, bool initiallyOwn, LPCTSTR name = NULL, LPSECURITY_ATTRIBUTES sa = N… 39 WRes Open(DWORD desiredAccess, bool inheritHandle, LPCTSTR name) in Open() 68 WRes CreateWithName(bool initiallyOwn, LPCTSTR name) in CreateWithName()
|
D | MemoryLock.h | 13 bool EnablePrivilege(LPCTSTR privilegeName, bool enable = true);
|
D | ErrorMsg.cpp | 40 message = GetUnicodeString((LPCTSTR)msgBuf); in MyFormatMessage()
|
/third_party/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 | 41 int CListView::InsertColumn(unsigned columnIndex, LPCTSTR text, int width) in InsertColumn() 51 int CListView::InsertItem(unsigned index, LPCTSTR text) in InsertItem() 62 int CListView::SetSubItem(unsigned index, unsigned subIndex, LPCTSTR text) in SetSubItem()
|
D | Window2.h | 20 bool CreateEx(DWORD exStyle, LPCTSTR className, LPCTSTR windowName,
|
D | ListView.h | 34 int InsertColumn(unsigned columnIndex, LPCTSTR text, int width); 49 int InsertItem(unsigned index, LPCTSTR text); 51 int SetSubItem(unsigned index, unsigned subIndex, LPCTSTR text);
|
D | Dialog.h | 32 bool SetItemText(unsigned itemID, LPCTSTR s) in SetItemText() 154 bool Create(LPCTSTR templateName, HWND parentWindow); 167 INT_PTR Create(LPCTSTR templateName, HWND parentWindow);
|
D | Window2.cpp | 49 bool CWindow2::CreateEx(DWORD exStyle, LPCTSTR className, LPCTSTR windowName, in CreateEx()
|
/third_party/lame/dshow/ |
D | PropPage.cpp | 440 …SendDlgItemMessage(hwndParent, IDC_COMBO_SAMPLE_RATE, CB_ADDSTRING, 0, (LPARAM)(LPCTSTR)srRates[i … in InitPropertiesDialog() 466 … SendDlgItemMessage(hwndParent, IDC_COMBO_VBRq, CB_ADDSTRING, 0, (LPARAM)(LPCTSTR)szVBRqDesc[k]); in InitPropertiesDialog() 488 …SendDlgItemMessage(hwndParent, IDC_COMBO_CBR, CB_ADDSTRING, 0, (LPARAM)(LPCTSTR)szBitRateString[0]… in InitPropertiesDialog() 495 …SendDlgItemMessage(hwndParent, IDC_COMBO_CBR, CB_ADDSTRING, 0, (LPARAM)(LPCTSTR)szBitRateString[1]… in InitPropertiesDialog() 538 …SendDlgItemMessage(hwndParent, IDC_COMBO_VBRMIN, CB_ADDSTRING, 0, (LPARAM)(LPCTSTR)szBitRateString… in InitPropertiesDialog() 539 …SendDlgItemMessage(hwndParent, IDC_COMBO_VBRMAX, CB_ADDSTRING, 0, (LPARAM)(LPCTSTR)szBitRateString… in InitPropertiesDialog() 547 …SendDlgItemMessage(hwndParent, IDC_COMBO_VBRMIN, CB_ADDSTRING, 0, (LPARAM)(LPCTSTR)szBitRateString… in InitPropertiesDialog() 548 …SendDlgItemMessage(hwndParent, IDC_COMBO_VBRMAX, CB_ADDSTRING, 0, (LPARAM)(LPCTSTR)szBitRateString… in InitPropertiesDialog()
|
/third_party/python/Lib/ctypes/test/ |
D | test_funcptr.py | 54 LPCTSTR = c_char_p 64 ("lpszMenuName", LPCTSTR), 65 ("lpszClassName", LPCTSTR)]
|
/third_party/curl/lib/ |
D | system_win32.c | 178 typedef HMODULE (APIENTRY *LOADLIBRARYEX_FN)(LPCTSTR, HANDLE, DWORD); 205 HMODULE Curl_load_library(LPCTSTR filename) in Curl_load_library()
|
D | system_win32.h | 72 HMODULE Curl_load_library(LPCTSTR filename);
|
/third_party/zlib/contrib/minizip/ |
D | iowin32.c | 112 … hFile = CreateFile2((LPCTSTR)filename, dwDesiredAccess, dwShareMode, dwCreationDisposition, NULL); in win32_open64_file_func() 123 …hFile = CreateFile((LPCTSTR)filename, dwDesiredAccess, dwShareMode, NULL, dwCreationDisposition, d… in win32_open64_file_func() 185 … hFile = CreateFile2((LPCTSTR)filename, dwDesiredAccess, dwShareMode, dwCreationDisposition, NULL); in win32_open_file_func() 196 …hFile = CreateFile((LPCTSTR)filename, dwDesiredAccess, dwShareMode, NULL, dwCreationDisposition, d… in win32_open_file_func()
|
/third_party/skia/third_party/externals/zlib/contrib/minizip/ |
D | iowin32.c | 112 … hFile = CreateFile2((LPCTSTR)filename, dwDesiredAccess, dwShareMode, dwCreationDisposition, NULL); in win32_open64_file_func() 123 …hFile = CreateFile((LPCTSTR)filename, dwDesiredAccess, dwShareMode, NULL, dwCreationDisposition, d… in win32_open64_file_func() 185 … hFile = CreateFile2((LPCTSTR)filename, dwDesiredAccess, dwShareMode, dwCreationDisposition, NULL); in win32_open_file_func() 196 …hFile = CreateFile((LPCTSTR)filename, dwDesiredAccess, dwShareMode, NULL, dwCreationDisposition, d… in win32_open_file_func()
|
/third_party/node/deps/v8/third_party/zlib/contrib/minizip/ |
D | iowin32.c | 112 … hFile = CreateFile2((LPCTSTR)filename, dwDesiredAccess, dwShareMode, dwCreationDisposition, NULL); in win32_open64_file_func() 123 …hFile = CreateFile((LPCTSTR)filename, dwDesiredAccess, dwShareMode, NULL, dwCreationDisposition, d… in win32_open64_file_func() 185 … hFile = CreateFile2((LPCTSTR)filename, dwDesiredAccess, dwShareMode, dwCreationDisposition, NULL); in win32_open_file_func() 196 …hFile = CreateFile((LPCTSTR)filename, dwDesiredAccess, dwShareMode, NULL, dwCreationDisposition, d… in win32_open_file_func()
|
/third_party/python/Modules/clinic/ |
D | _winapi.c.h | 135 _winapi_CreateFile_impl(PyObject *module, LPCTSTR file_name, 145 LPCTSTR file_name; in _winapi_CreateFile() 292 _winapi_CreateNamedPipe_impl(PyObject *module, LPCTSTR name, DWORD open_mode, 302 LPCTSTR name; in _winapi_CreateNamedPipe() 979 _winapi_WaitNamedPipe_impl(PyObject *module, LPCTSTR name, DWORD timeout); 985 LPCTSTR name; in _winapi_WaitNamedPipe()
|
/third_party/skia/third_party/externals/swiftshader/src/Common/ |
D | SharedLibrary.cpp | 23 GetModuleHandleEx(GET_MODULE_HANDLE_EX_FLAG_FROM_ADDRESS, (LPCTSTR)&dummy_symbol, &module); in getModuleDirectory()
|