Searched defs:This (Results 1 – 1 of 1) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | if_ole.h | 160 #define IVim_QueryInterface(This,riid,ppvObject) \ argument 163 #define IVim_AddRef(This) \ argument 166 #define IVim_Release(This) \ argument 170 #define IVim_GetTypeInfoCount(This,pctinfo) \ argument 173 #define IVim_GetTypeInfo(This,iTInfo,lcid,ppTInfo) \ argument 176 #define IVim_GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) \ argument 179 #define IVim_Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) \ argument 183 #define IVim_SendKeys(This,keys) \ argument 186 #define IVim_Eval(This,expr,result) \ argument 189 #define IVim_SetForeground(This) \ argument [all …]
|