Searched refs:pslw (Results 1 – 1 of 1) sorted by relevance
1810 IShellLinkW *pslw = NULL; in resolve_shortcut() local1826 &IID_IShellLinkW, (void**)&pslw); in resolve_shortcut()1834 hr = pslw->lpVtbl->QueryInterface( in resolve_shortcut()1835 pslw, &IID_IPersistFile, (void**)&ppf); in resolve_shortcut()1844 hr = pslw->lpVtbl->Resolve(pslw, NULL, SLR_NO_UI); in resolve_shortcut()1851 hr = pslw->lpVtbl->GetPath(pslw, wsz, MAX_PATH, &ffdw, 0); in resolve_shortcut()1865 if (pslw != NULL) in resolve_shortcut()1866 pslw->lpVtbl->Release(pslw); in resolve_shortcut()