Searched refs:lpVtbl (Results 1 – 4 of 4) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | if_ole.h | 154 CONST_VTBL struct IVimVtbl __RPC_FAR *lpVtbl; variable 161 (This)->lpVtbl -> QueryInterface(This,riid,ppvObject) 164 (This)->lpVtbl -> AddRef(This) 167 (This)->lpVtbl -> Release(This) 171 (This)->lpVtbl -> GetTypeInfoCount(This,pctinfo) 174 (This)->lpVtbl -> GetTypeInfo(This,iTInfo,lcid,ppTInfo) 177 (This)->lpVtbl -> GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) 184 (This)->lpVtbl -> SendKeys(This,keys) 187 (This)->lpVtbl -> Eval(This,expr,result) 190 (This)->lpVtbl -> SetForeground(This) [all …]
|
| H A D | dosinst.c | 1785 hres = shelllink_ptr->lpVtbl->QueryInterface(shelllink_ptr, in create_shortcut() 1797 shelllink_ptr->lpVtbl->SetPath(shelllink_ptr, shortcut_target); in create_shortcut() 1798 shelllink_ptr->lpVtbl->SetWorkingDirectory(shelllink_ptr, in create_shortcut() 1800 shelllink_ptr->lpVtbl->SetIconLocation(shelllink_ptr, in create_shortcut() 1802 shelllink_ptr->lpVtbl->SetArguments(shelllink_ptr, shortcut_args); in create_shortcut() 1805 persistfile_ptr->lpVtbl->Save(persistfile_ptr, wsz, 1); in create_shortcut() 1806 persistfile_ptr->lpVtbl->Release(persistfile_ptr); in create_shortcut() 1815 shelllink_ptr->lpVtbl->Release(shelllink_ptr); in create_shortcut()
|
| H A D | dosinst.h | 265 pMalloc->lpVtbl->Free(pMalloc, pidl); in get_shell_folder_path() 267 pMalloc->lpVtbl->Release(pMalloc); in get_shell_folder_path()
|
| H A D | os_mswin.c | 1834 hr = pslw->lpVtbl->QueryInterface( in resolve_shortcut() 1840 hr = ppf->lpVtbl->Load(ppf, p, STGM_READ); in resolve_shortcut() 1844 hr = pslw->lpVtbl->Resolve(pslw, NULL, SLR_NO_UI); in resolve_shortcut() 1851 hr = pslw->lpVtbl->GetPath(pslw, wsz, MAX_PATH, &ffdw, 0); in resolve_shortcut() 1862 ppf->lpVtbl->Release(ppf); in resolve_shortcut() 1864 psl->lpVtbl->Release(psl); in resolve_shortcut() 1866 pslw->lpVtbl->Release(pslw); in resolve_shortcut()
|