Home | History | Annotate | Download | only in base

Lines Matching refs:shell

1352   IShellLink *shell = NULL;
1359 reinterpret_cast<LPVOID*>(&shell));
1361 result = shell->QueryInterface(IID_IPersistFile,
1364 result = shell->SetPath(target_file.value().c_str());
1366 result = shell->SetDescription(L"ResolveShortcutTest");
1372 if (shell)
1373 shell->Release();