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

/bind-9.6-ESV-R11/bin/win32/BINDInstall/
H A DBINDInstallDlg.cpp1203 HRESULT hres; local
1233 hres = CoInitialize(NULL);
1235 if (SUCCEEDED(hres)) {
1237 hres = CoCreateInstance(CLSID_ShellLink, NULL, CLSCTX_INPROC_SERVER, IID_IShellLink, (LPVOID *)&psl);
1238 if (SUCCEEDED(hres))
1247 hres = psl->QueryInterface(IID_IPersistFile, (void **)&ppf);
1248 if (SUCCEEDED(hres)) {
1252 hres = ppf->Save(wsz, TRUE);
1263 hres = psl->QueryInterface(IID_IPersistFile, (void **)&ppf);
1264 if (SUCCEEDED(hres)) {
[all...]

Completed in 529 milliseconds