Searched defs:psl (Results 1 - 1 of 1) sorted by relevance
/vbox/src/libs/xpcom18a4/xpcom/obsolete/ |
H A D | nsFileSpecWin.cpp | 289 IShellLink* psl; local 295 hres = CoCreateInstance(CLSID_ShellLink, NULL, CLSCTX_INPROC_SERVER, IID_IShellLink, (void**)&psl); 301 hres = psl->QueryInterface(IID_IPersistFile, (void**)&ppf); 321 psl->Release(); 341 IShellLink* psl; local 346 hres = CoCreateInstance(CLSID_ShellLink, NULL, CLSCTX_INPROC_SERVER, IID_IShellLink, (void**)&psl); 352 hres = psl->QueryInterface(IID_IPersistFile, (void**)&ppf); 367 hres = psl->Resolve(nsnull, SLR_NO_UI ); 374 hres = psl->GetPath( szGotPath, MAX_PATH, &wfd, SLGP_UNCPRIORITY ); 393 psl [all...] |
Completed in 310 milliseconds