Home
last modified time | relevance | path

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

12

/third_party/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.cpp37 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 …]
DShell.cpp619 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()
DMemoryLock.cpp20 typedef BOOL (WINAPI * Func_LookupPrivilegeValue)(LPCTSTR lpSystemName, LPCTSTR lpName, PLUID lpLui…
30 bool EnablePrivilege(LPCTSTR privilegeName, bool enable) in EnablePrivilege()
DWindow.h163 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()
DFileMapping.h15 WRes Create(DWORD protect, UInt64 maxSize, LPCTSTR name) in Create()
25 , LPCTSTR name) in Open()
DShell.h121 bool BrowseForFolder(HWND owner, LPCTSTR title, LPCTSTR initialFolder, CSysString &resultPath);
DSynchronization.h32 …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()
DMemoryLock.h13 bool EnablePrivilege(LPCTSTR privilegeName, bool enable = true);
DErrorMsg.cpp40 message = GetUnicodeString((LPCTSTR)msgBuf); in MyFormatMessage()
/third_party/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.cpp41 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()
DWindow2.h20 bool CreateEx(DWORD exStyle, LPCTSTR className, LPCTSTR windowName,
DListView.h34 int InsertColumn(unsigned columnIndex, LPCTSTR text, int width);
49 int InsertItem(unsigned index, LPCTSTR text);
51 int SetSubItem(unsigned index, unsigned subIndex, LPCTSTR text);
DDialog.h32 bool SetItemText(unsigned itemID, LPCTSTR s) in SetItemText()
154 bool Create(LPCTSTR templateName, HWND parentWindow);
167 INT_PTR Create(LPCTSTR templateName, HWND parentWindow);
DWindow2.cpp49 bool CWindow2::CreateEx(DWORD exStyle, LPCTSTR className, LPCTSTR windowName, in CreateEx()
/third_party/lame/dshow/
DPropPage.cpp440 …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/
Dtest_funcptr.py54 LPCTSTR = c_char_p
64 ("lpszMenuName", LPCTSTR),
65 ("lpszClassName", LPCTSTR)]
/third_party/curl/lib/
Dsystem_win32.c178 typedef HMODULE (APIENTRY *LOADLIBRARYEX_FN)(LPCTSTR, HANDLE, DWORD);
205 HMODULE Curl_load_library(LPCTSTR filename) in Curl_load_library()
Dsystem_win32.h72 HMODULE Curl_load_library(LPCTSTR filename);
/third_party/zlib/contrib/minizip/
Diowin32.c112 … 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/
Diowin32.c112 … 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/
Diowin32.c112 … 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.h135 _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/
DSharedLibrary.cpp23 GetModuleHandleEx(GET_MODULE_HANDLE_EX_FLAG_FROM_ADDRESS, (LPCTSTR)&dummy_symbol, &module); in getModuleDirectory()

12