Searched refs:hres (Results 1 – 2 of 2) sorted by relevance
1762 HRESULT hres; in create_shortcut() local1766 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()
31 HRESULT hres = 0; variable584 hres = m_pDataObj->GetData(&fmte, &medium); in QueryContextMenu()