Home
last modified time | relevance | path

Searched refs:HRESULT (Results 1 – 19 of 19) sorted by relevance

/vim-8.2.3635/src/
H A Ddimm.idl245 HRESULT Reset();
258 HRESULT Reset();
272 HRESULT Reset();
295 HRESULT Start();
296 HRESULT End();
347 HRESULT IsIME([in] HKL hKL);
368 HRESULT Deactivate();
479 HRESULT LockModal();
480 HRESULT UnlockModal();
494 HRESULT IsSleeping();
[all …]
H A Dif_ole.h73 virtual HRESULT STDMETHODCALLTYPE SendKeys(
76 virtual HRESULT STDMETHODCALLTYPE Eval(
82 virtual HRESULT STDMETHODCALLTYPE GetHwnd(
108 HRESULT ( STDMETHODCALLTYPE __RPC_FAR *GetTypeInfo )(
133 HRESULT ( STDMETHODCALLTYPE __RPC_FAR *SendKeys )(
137 HRESULT ( STDMETHODCALLTYPE __RPC_FAR *Eval )(
145 HRESULT ( STDMETHODCALLTYPE __RPC_FAR *GetHwnd )(
202 HRESULT STDMETHODCALLTYPE IVim_SendKeys_Proxy(
214 HRESULT STDMETHODCALLTYPE IVim_Eval_Proxy(
227 HRESULT STDMETHODCALLTYPE IVim_SetForeground_Proxy(
[all …]
H A Dgui_dwrite.cpp618 HRESULT hr; in DWriteContext()
676 HRESULT
679 HRESULT hr; in CreateDeviceResources()
726 HRESULT
731 HRESULT hr = S_OK; in CreateTextFormatFromLOGFONT()
843 HRESULT
846 HRESULT hr = S_OK; in SetFontByLOGFONT()
936 HRESULT
939 HRESULT hr = S_OK; in SetDrawingMode()
1022 HRESULT hr; in DrawText()
[all …]
H A Dif_ole.idl20 HRESULT SendKeys([in]BSTR keys);
21 HRESULT Eval([in]BSTR expr, [out, retval]BSTR* result);
22 HRESULT SetForeground(void);
23 HRESULT GetHwnd([out, retval]UINT_PTR* result);
H A Dif_ole.cpp132 HRESULT hr; in Create()
712 HRESULT hr; in InitOLE()
H A Dglbl_ime.cpp60 HRESULT hr; in global_ime_init()
H A Dterminal.c6506 typedef int HRESULT; typedef
6515 HRESULT (WINAPI *pCreatePseudoConsole)(COORD, HANDLE, HANDLE, DWORD, HPCON*);
6516 HRESULT (WINAPI *pResizePseudoConsole)(HPCON, COORD);
6517 HRESULT (WINAPI *pClosePseudoConsole)(HPCON);
6590 HRESULT hr; in conpty_term_and_job_init()
H A Ddosinst.c1762 HRESULT hres; in create_shortcut()
H A Dgui_w32.c267 typedef int HRESULT; typedef
4086 typedef HRESULT (WINAPI* DLLGETVERSIONPROC)(DLLVERSIONINFO *);
8459 HRESULT hr; in multiline_balloon_available()
H A Dos_mswin.c1804 HRESULT hr; in resolve_shortcut()
/vim-8.2.3635/src/VisVim/
H A DCommands.cpp142 HRESULT CCommands::XApplicationEvents::BeforeBuildStart() in BeforeBuildStart()
154 HRESULT CCommands::XApplicationEvents::BeforeApplicationShutDown() in BeforeApplicationShutDown()
164 HRESULT CCommands::XApplicationEvents::DocumentOpen(IDispatch * theDocument) in DocumentOpen()
225 HRESULT CCommands::XApplicationEvents::DocumentSave(IDispatch * theDocument) in DocumentSave()
231 HRESULT CCommands::XApplicationEvents::NewDocument(IDispatch * theDocument) in NewDocument()
246 HRESULT hr; in NewDocument()
269 HRESULT CCommands::XApplicationEvents::WindowActivate(IDispatch * theWindow) in WindowActivate()
281 HRESULT CCommands::XApplicationEvents::WorkspaceOpen() in WorkspaceOpen()
287 HRESULT CCommands::XApplicationEvents::WorkspaceClose() in WorkspaceClose()
293 HRESULT CCommands::XApplicationEvents::NewWorkspace() in NewWorkspace()
[all …]
H A DVisVim.odl32 HRESULT VisVimDialog();
33 HRESULT VisVimEnable();
34 HRESULT VisVimDisable();
35 HRESULT VisVimToggle();
36 HRESULT VisVimLoad();
H A DOleAut.h24 HRESULT GetResult () in GetResult()
47 HRESULT m_hResult;
H A DVisVim.cpp84 HRESULT hRes; in DllRegisterServer()
132 HRESULT hRes = S_OK; in DllUnregisterServer()
H A DDSAddIn.cpp23 HRESULT hr; in OnConnection()
137 void ReportLastError (HRESULT Err) in ReportLastError()
H A DStdAfx.h50 HRESULT hr = (f); \
H A DVisVim.h27 void ReportLastError (HRESULT Err);
/vim-8.2.3635/src/GvimExt/
H A Dgvimext.cpp31 HRESULT hres = 0;
737 HRESULT hr = E_INVALIDARG; in InvokeCommand()
/vim-8.2.3635/runtime/syntax/
H A Dmsidl.vim50 syn keyword msidlStandardType BOOL BSTR HRESULT VARIANT VARIANT_BOOL