Home
last modified time | relevance | path

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

123

/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.cpp21 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 …]
DShell.cpp140 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()
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.cpp18 typedef BOOL (WINAPI * Func_LookupPrivilegeValue)(LPCTSTR lpSystemName, LPCTSTR lpName, PLUID lpLui…
25 bool EnablePrivilege(LPCTSTR privilegeName, bool enable) in EnablePrivilege()
DWindow.h85 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()
DFileMapping.h15 WRes Create(DWORD protect, UInt64 maxSize, LPCTSTR name) in Create()
25 , LPCTSTR name) in Open()
DShell.h85 bool BrowseForFolder(HWND owner, LPCTSTR title, LPCTSTR initialFolder, CSysString &resultPath);
/external/mdnsresponder/mDNSWindows/ControlPanel/
DControlPanelExe.h42LPCTSTR inClsidString, LPCTSTR inName, LPCTSTR inCanonicalName, LPCTSTR inCategory, LPCTSTR inLoca…
45 Unregister( LPCTSTR clsidString );
DControlPanelExe.cpp64 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" );
170LPCTSTR 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()
DControlPanel.cpp104 CCPApplet::OnStartParms(CWnd * pParentWnd, LPCTSTR extra) in OnStartParms()
344 LPCTSTR lpszExtra = reinterpret_cast<LPCTSTR>(lParam2); in OnCplMsg()
/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,
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);
DListView.h34 int InsertColumn(int columnIndex, LPCTSTR text, int width);
48 int InsertItem(int index, LPCTSTR text);
50 int SetSubItem(int index, int subIndex, LPCTSTR text);
/external/syslinux/win/
Dntfssect.h42 LPCTSTR,
50 typedef BOOL WINAPI F_KERNEL32_GETVOLUMEPATHNAME(LPCTSTR, LPCTSTR, DWORD);
/external/expat/lib/
Dloadlibrary.c39 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/
Dtest_funcptr.py54 LPCTSTR = c_char_p
64 ("lpszMenuName", LPCTSTR),
65 ("lpszClassName", LPCTSTR)]
/external/python/cpython3/Lib/ctypes/test/
Dtest_funcptr.py54 LPCTSTR = c_char_p
64 ("lpszMenuName", LPCTSTR),
65 ("lpszClassName", LPCTSTR)]
/external/lzma/CPP/Common/
DStdInStream.cpp17 static LPCTSTR kFileOpenMode = TEXT("r");
23 bool CStdInStream::Open(LPCTSTR fileName) throw() in Open()
/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/python/cpython2/Modules/_multiprocessing/
Dwin32_functions.c62 LPCTSTR lpFileName; in win32_CreateFile()
94 LPCTSTR lpName; in win32_CreateNamedPipe()
201 LPCTSTR lpNamedPipeName; in win32_WaitNamedPipe()
/external/webrtc/webrtc/voice_engine/
Dvoice_engine_defines.h246 #define LPCTSTR const char * macro
302 #define LPCTSTR const char * macro
/external/mdnsresponder/mDNSWindows/SystemService/
DService.c122 static OSStatus InstallService( LPCTSTR inName, LPCTSTR inDisplayName, LPCTSTR inDescription, LPCT…
123 static OSStatus RemoveService( LPCTSTR inName );
127 static OSStatus SetServiceInfo( SC_HANDLE inSCM, LPCTSTR inServiceName, LPCTSTR inDescription );
387 static OSStatus InstallService( LPCTSTR inName, LPCTSTR inDisplayName, LPCTSTR inDescription, LPCTS… in InstallService()
450 static OSStatus RemoveService( LPCTSTR inName ) in RemoveService()
724 static OSStatus SetServiceInfo( SC_HANDLE inSCM, LPCTSTR inServiceName, LPCTSTR inDescription ) in SetServiceInfo()
941 LPCTSTR s; in ServiceSetupEventLogging()

123