HomeSort by relevance Sort by last modified time
    Searched refs:LPCTSTR (Results 1 - 25 of 61) sorted by null

1 2 3

  /external/mdnsresponder/mDNSWindows/ControlPanel/
ControlPanelExe.h 42 Register( LPCTSTR inClsidString, LPCTSTR inName, LPCTSTR inCanonicalName, LPCTSTR inCategory, LPCTSTR inLocalizedName, LPCTSTR inInfoTip, LPCTSTR inIconPath, LPCTSTR inExePath );
45 Unregister( LPCTSTR clsidString );
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 CCPApp::Register( LPCTSTR inClsidString, LPCTSTR inName, LPCTSTR inCanonicalName, LPCTSTR inCategory, LPCTSTR inLocalizedName, LPCTSTR inInfoTip, LPCTSTR inIconPath, LPCTSTR inExePath
    [all...]
ControlPanel.cpp 104 CCPApplet::OnStartParms(CWnd * pParentWnd, LPCTSTR extra)
344 LPCTSTR lpszExtra = reinterpret_cast<LPCTSTR>(lParam2);
  /external/lzma/CPP/Windows/
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();
    [all...]
MemoryLock.h 13 bool EnablePrivilege(LPCTSTR privilegeName, bool enable = true);
Registry.cpp 21 LONG CKey::Create(HKEY parentKey, LPCTSTR keyName,
40 LONG CKey::Open(HKEY parentKey, LPCTSTR keyName, REGSAM accessMask) throw()
67 LONG CKey::DeleteSubKey(LPCTSTR subKeyName) throw()
73 LONG CKey::RecurseDeleteKey(LPCTSTR subKeyName) throw()
102 LONG CKey::DeleteValue(LPCTSTR name) throw()
118 LONG CKey::SetValue(LPCTSTR name, UInt32 value) throw()
125 LONG CKey::SetValue(LPCTSTR name, bool value) throw()
130 LONG CKey::SetValue(LPCTSTR name, LPCTSTR value) throw()
139 LONG CKey::SetValue(LPCTSTR name, const CSysString &value)
    [all...]
MemoryLock.cpp 18 typedef BOOL (WINAPI * Func_LookupPrivilegeValue)(LPCTSTR lpSystemName, LPCTSTR lpName, PLUID lpLuid);
25 bool EnablePrivilege(LPCTSTR privilegeName, bool enable)
FileMapping.h 15 WRes Create(DWORD protect, UInt64 maxSize, LPCTSTR name)
25 , LPCTSTR name)
Shell.cpp 140 bool BrowseForFolder(HWND, LPCTSTR, UINT, LPCTSTR, CSysString &)
145 bool BrowseForFolder(HWND /* owner */, LPCTSTR /* title */,
146 LPCTSTR /* initialFolder */, CSysString & /* resultPath */)
206 bool BrowseForFolder(HWND owner, LPCTSTR title, UINT ulFlags,
207 LPCTSTR initialFolder, CSysString &resultPath)
230 bool BrowseForFolder(HWND owner, LPCTSTR title,
231 LPCTSTR initialFolder, CSysString &resultPath)
Synchronization.h 28 WRes Create(bool manualReset, bool initiallyOwn, LPCTSTR name = NULL, LPSECURITY_ATTRIBUTES sa = NULL)
35 WRes Open(DWORD desiredAccess, bool inheritHandle, LPCTSTR name)
64 WRes CreateWithName(bool initiallyOwn, LPCTSTR name)
96 WRes Create(bool initiallyOwn, LPCTSTR name = NULL, LPSECURITY_ATTRIBUTES sa = NULL)
104 WRes Open(DWORD desiredAccess, bool inheritHandle, LPCTSTR name)
Shell.h 85 bool BrowseForFolder(HWND owner, LPCTSTR title, LPCTSTR initialFolder, CSysString &resultPath);
  /external/grpc-grpc/src/core/lib/gpr/
string_windows.h 28 LPSTR gpr_tchar_to_char(LPCTSTR input);
string_util_windows.cc 54 gpr_tchar_to_char(LPCTSTR input) {
63 LPSTR gpr_tchar_to_char(LPCTSTR input) { return (LPSTR)gpr_strdup(input); }
65 LPTSTR gpr_char_to_tchar(LPCTSTR input) { return (LPTSTR)gpr_strdup(input); }
  /external/lzma/CPP/Windows/Control/
StatusBar.h 14 bool Create(LONG style, LPCTSTR text, HWND hwndParent, UINT id)
16 bool SetText(LPCTSTR text)
18 bool SetText(unsigned index, LPCTSTR text, UINT type)
20 bool SetText(unsigned index, LPCTSTR text)
Window2.h 18 bool CreateEx(DWORD exStyle, LPCTSTR className, LPCTSTR windowName,
ListView.cpp 34 int CListView::InsertColumn(int columnIndex, LPCTSTR text, int width)
44 int CListView::InsertItem(int index, LPCTSTR text)
55 int CListView::SetSubItem(int index, int subIndex, LPCTSTR text)
  /external/curl/lib/
system_win32.h 61 HMODULE Curl_load_library(LPCTSTR filename);
  /external/expat/lib/
loadlibrary.c 39 HMODULE _Expat_LoadLibrary(LPCTSTR filename);
51 typedef HMODULE (APIENTRY *LOADLIBRARYEX_FN)(LPCTSTR, HANDLE, DWORD);
79 HMODULE _Expat_LoadLibrary(LPCTSTR filename)
  /external/python/cpython2/Modules/expat/
loadlibrary.c 39 HMODULE _Expat_LoadLibrary(LPCTSTR filename);
51 typedef HMODULE (APIENTRY *LOADLIBRARYEX_FN)(LPCTSTR, HANDLE, DWORD);
79 HMODULE _Expat_LoadLibrary(LPCTSTR filename)
  /external/python/cpython3/Modules/expat/
loadlibrary.c 39 HMODULE _Expat_LoadLibrary(LPCTSTR filename);
51 typedef HMODULE (APIENTRY *LOADLIBRARYEX_FN)(LPCTSTR, HANDLE, DWORD);
79 HMODULE _Expat_LoadLibrary(LPCTSTR filename)
  /external/lzma/CPP/Common/
StdInStream.h 20 bool Open(LPCTSTR fileName) throw();
StdInStream.cpp 21 bool CStdInStream::Open(LPCTSTR fileName) throw()
  /external/swiftshader/src/Common/
SharedLibrary.cpp 23 GetModuleHandleEx(GET_MODULE_HANDLE_EX_FLAG_FROM_ADDRESS, (LPCTSTR)&dummy_symbol, &module);
  /external/python/cpython2/Lib/ctypes/test/
test_funcptr.py 54 LPCTSTR = c_char_p
64 ("lpszMenuName", LPCTSTR),
65 ("lpszClassName", LPCTSTR)]
  /external/python/cpython3/Lib/ctypes/test/
test_funcptr.py 54 LPCTSTR = c_char_p
64 ("lpszMenuName", LPCTSTR),
65 ("lpszClassName", LPCTSTR)]

Completed in 398 milliseconds

1 2 3