Searched refs:LPCTSTR (Results 1 – 8 of 8) sorted by relevance
| /vim-8.2.3635/src/VisVim/ |
| H A D | OleAut.h | 13 bool PutProperty (char* Name, LPCTSTR Format, ...); 14 bool PutProperty (DISPID DispatchId, LPCTSTR Format, ...); 15 bool Method (char* Name, LPCTSTR Format = NULL, ...); 16 bool Method (DISPID DispatchId, LPCTSTR Format = NULL, ...); 42 bool Invoke (WORD Flags, char* Name, LPCTSTR Format, va_list ArgList); 43 bool Invoke (WORD Flags, DISPID DispatchId, LPCTSTR Format, va_list ArgList);
|
| H A D | OleAut.cpp | 47 static bool CountArgsInFormat (LPCTSTR Format, UINT* nArgs); 48 static LPCTSTR GetNextVarType (LPCTSTR Format, VARTYPE* pVarType); 169 bool COleAutomationControl::PutProperty (char* Name, LPCTSTR Format, ...) in PutProperty() 179 bool COleAutomationControl::PutProperty (DISPID DispatchId, LPCTSTR Format, ...) in PutProperty() 189 bool COleAutomationControl::Method (char* Name, LPCTSTR Format, ...) in Method() 199 bool COleAutomationControl::Method (DISPID DispatchId, LPCTSTR Format, ...) in Method() 210 LPCTSTR Format, va_list ArgList) in Invoke() 219 LPCTSTR Format, va_list ArgList) in Invoke() 260 LPCTSTR s = Format; in Invoke() 663 static bool CountArgsInFormat (LPCTSTR Format, UINT* pArgCount) in CountArgsInFormat() [all …]
|
| H A D | VisVim.h | 24 HKEY GetSectionKey (HKEY hAppKey, LPCTSTR Section); 25 int GetRegistryInt (HKEY hSectionKey, LPCTSTR Entry, int Default);
|
| H A D | Reg.cpp | 30 HKEY GetSectionKey (HKEY hAppKey, LPCTSTR Section) in GetSectionKey() 40 int GetRegistryInt (HKEY hSectionKey, LPCTSTR Entry, int Default) in GetRegistryInt()
|
| /vim-8.2.3635/src/ |
| H A D | uninstall.c | 40 static LONG (WINAPI *delete_key_ex)(HKEY, LPCTSTR, REGSAM, DWORD) = NULL; in reg_delete_key() 50 …delete_key_ex = (LONG (WINAPI *)(HKEY, LPCTSTR, REGSAM, DWORD))GetProcAddress(advapi_lib, "RegDele… in reg_delete_key()
|
| H A D | dosinst.h | 151 MultiByteToWideChar(CP_ACP, 0, (LPCTSTR)name, -1, in searchpath()
|
| H A D | gui_w32.c | 261 typedef int LPCTSTR; typedef 6030 LPCTSTR text, in RevOut() 6577 (UINT)menu->id, (LPCTSTR) s_htearbitmap); in gui_mch_add_menu_item()
|
| H A D | os_win32.c | 119 typedef int LPCTSTR; typedef
|