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

/vbox/src/libs/xpcom18a4/xpcom/tests/windows/
H A DTestCOM.cpp169 HRESULT hres; local
170 hres= iUnknown->QueryInterface(testGUID,
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dpropvarutil.h106 HRESULT hres; local
108 hres = SHStrDupW(psz, &ppropvar->pwszVal);
109 if(SUCCEEDED(hres))
114 return hres;
/vbox/src/libs/xpcom18a4/xpcom/obsolete/
H A DnsFileSpecWin.cpp288 HRESULT hres; local
295 hres = CoCreateInstance(CLSID_ShellLink, NULL, CLSCTX_INPROC_SERVER, IID_IShellLink, (void**)&psl);
296 if (SUCCEEDED(hres))
301 hres = psl->QueryInterface(IID_IPersistFile, (void**)&ppf);
303 if (SUCCEEDED(hres))
310 hres = ppf->Load(wsz, STGM_READ);
311 if (SUCCEEDED(hres))
340 HRESULT hres;
346 hres = CoCreateInstance(CLSID_ShellLink, NULL, CLSCTX_INPROC_SERVER, IID_IShellLink, (void**)&psl);
347 if (SUCCEEDED(hres))
[all...]
/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsLocalFileWin.cpp153 HRESULT hres = CoCreateInstance(CLSID_ShellLink,
158 if (SUCCEEDED(hres))
161 hres = mShellLink->QueryInterface(IID_IPersistFile, (void**)&mPersistFile);
177 HRESULT hres = mPersistFile->Load(in, STGM_READ); local
179 if (FAILED(hres))
183 hres = mShellLink->Resolve(nsnull, SLR_NO_UI );
185 if (FAILED(hres))
190 hres = mShellLink->GetPath( out, MAX_PATH, &wfd, SLGP_UNCPRIORITY );
191 if (FAILED(hres))

Completed in 59 milliseconds