Home
last modified time | relevance | path

Searched refs:GetHwnd (Results 1 – 5 of 5) sorted by relevance

/vim-8.2.3635/src/
H A Dif_ole.h82 virtual HRESULT STDMETHODCALLTYPE GetHwnd(
145 HRESULT ( STDMETHODCALLTYPE __RPC_FAR *GetHwnd )(
193 (This)->lpVtbl -> GetHwnd(This,result)
H A Dif_ole.idl23 HRESULT GetHwnd([out, retval]UINT_PTR* result);
H A Dif_ole.cpp113 STDMETHOD(GetHwnd)(UINT_PTR *result);
295 CVim::GetHwnd(UINT_PTR *result) in GetHwnd() function in CVim
/vim-8.2.3635/runtime/doc/
H A Dif_ole.txt102 GetHwnd() Return the handle of the Vim window.
109 Vim_Hwnd = Vim.GetHwnd
H A Dversion6.txt1996 Added a GetHwnd() call to the OLE interface. (Vince Negri)