Searched refs:iid (Results 1 – 4 of 4) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | if_ole.cpp | 106 STDMETHOD(GetIDsOfNames)(const IID &iid, OLECHAR **names, UINT n, LCID, DISPID *dispids); 107 …STDMETHOD(Invoke)(DISPID member, const IID &iid, LCID, WORD flags, DISPPARAMS *dispparams, VARIANT… 262 const IID &iid, in GetIDsOfNames() argument 268 if (iid != IID_NULL) in GetIDsOfNames() 277 const IID &iid, in Invoke() argument 285 if (iid != IID_NULL) in Invoke()
|
| H A D | if_ole.idl | 7 // MIDL /proxy nul /iid iid_ole.c /h if_ole.h /tlb vim.tlb if_ole.idl
|
| H A D | gui.c | 1225 static int iid; in gui_update_cursor() local 1236 iid = syn_name2id((char_u *)"CursorIM"); in gui_update_cursor() 1237 if (iid > 0) in gui_update_cursor() 1239 syn_id2colors(iid, &fg, &bg); in gui_update_cursor()
|
| H A D | Make_mvc.mak | 1865 midl /nologo /error none /proxy nul /iid iid_ole.c /tlb vim.tlb \
|