Searched refs:hres (Results 1 - 6 of 6) sorted by relevance
/vbox/src/libs/xpcom18a4/xpcom/obsolete/ |
H A D | nsFileSpecOS2.cpp | 343 HRESULT hres; 350 hres = CoCreateInstance(CLSID_ShellLink, NULL, CLSCTX_INPROC_SERVER, IID_IShellLink, (void**)&psl); 351 if (SUCCEEDED(hres)) 356 hres = psl->QueryInterface(IID_IPersistFile, (void**)&ppf); 358 if (SUCCEEDED(hres)) 365 hres = ppf->Load(wsz, STGM_READ); 366 if (SUCCEEDED(hres)) 399 HRESULT hres; 405 hres = CoCreateInstance(CLSID_ShellLink, NULL, CLSCTX_INPROC_SERVER, IID_IShellLink, (void**)&psl); 406 if (SUCCEEDED(hres)) [all...] |
H A D | nsFileSpecWin.cpp | 288 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/VBox/Devices/Graphics/shaderlib/wine/include/ |
H A D | propvarutil.h | 106 HRESULT hres; local 108 hres = SHStrDupW(psz, &ppropvar->pwszVal); 109 if(SUCCEEDED(hres)) 114 return hres;
|
H A D | shdeprecated.idl | 235 [in] HRESULT hres,
|
/vbox/src/libs/xpcom18a4/xpcom/tests/windows/ |
H A D | TestCOM.cpp | 169 HRESULT hres; local 170 hres= iUnknown->QueryInterface(testGUID,
|
/vbox/src/libs/xpcom18a4/xpcom/io/ |
H A D | nsLocalFileWin.cpp | 153 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 83 milliseconds