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

/bind-9.11.3/bin/win32/BINDInstall/
H A DBINDInstallDlg.cpp1419 HRESULT hres; local
1437 hres = CoInitialize(NULL);
1438 if (!SUCCEEDED(hres))
1442 hres = CoCreateInstance(CLSID_ShellLink, NULL, CLSCTX_INPROC_SERVER,
1444 if (!SUCCEEDED(hres)) {
1463 hres = psl->QueryInterface(IID_IPersistFile, (void **)&ppf);
1464 if (SUCCEEDED(hres)) {
1468 hres = ppf->Save(wsz, TRUE);
1490 hres = psl->QueryInterface(IID_IPersistFile, (void **)&ppf);
1491 if (SUCCEEDED(hres)) {
[all...]

Completed in 45 milliseconds