Home
last modified time | relevance | path

Searched refs:iid (Results 1 – 4 of 4) sorted by relevance

/vim-8.2.3635/src/
H A Dif_ole.cpp106 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 Dif_ole.idl7 // MIDL /proxy nul /iid iid_ole.c /h if_ole.h /tlb vim.tlb if_ole.idl
H A Dgui.c1225 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 DMake_mvc.mak1865 midl /nologo /error none /proxy nul /iid iid_ole.c /tlb vim.tlb \