Home
last modified time | relevance | path

Searched refs:hres (Results 1 – 2 of 2) sorted by relevance

/vim-8.2.3635/src/
H A Ddosinst.c1762 HRESULT hres; in create_shortcut() local
1766 hres = CoInitialize(NULL); in create_shortcut()
1767 if (!SUCCEEDED(hres)) in create_shortcut()
1775 hres = CoCreateInstance(&CLSID_ShellLink, in create_shortcut()
1781 if (SUCCEEDED(hres)) // If the instantiation was successful... in create_shortcut()
1785 hres = shelllink_ptr->lpVtbl->QueryInterface(shelllink_ptr, in create_shortcut()
1788 if (SUCCEEDED(hres)) in create_shortcut()
1819 printf("CoCreateInstance Error - hres = %08x\n", (int)hres); in create_shortcut()
/vim-8.2.3635/src/GvimExt/
H A Dgvimext.cpp31 HRESULT hres = 0; variable
584 hres = m_pDataObj->GetData(&fmte, &medium); in QueryContextMenu()