Home
last modified time | relevance | path

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

/vim-8.2.3635/src/VisVim/
H A DOleAut.h13 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 DOleAut.cpp47 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 DVisVim.h24 HKEY GetSectionKey (HKEY hAppKey, LPCTSTR Section);
25 int GetRegistryInt (HKEY hSectionKey, LPCTSTR Entry, int Default);
H A DReg.cpp30 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 Duninstall.c40 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 Ddosinst.h151 MultiByteToWideChar(CP_ACP, 0, (LPCTSTR)name, -1, in searchpath()
H A Dgui_w32.c261 typedef int LPCTSTR; typedef
6030 LPCTSTR text, in RevOut()
6577 (UINT)menu->id, (LPCTSTR) s_htearbitmap); in gui_mch_add_menu_item()
H A Dos_win32.c119 typedef int LPCTSTR; typedef