Home | History | Annotate | Download | only in url_request

Lines Matching refs:shell

1120   IShellLink *shell = NULL;
1127 reinterpret_cast<LPVOID*>(&shell));
1129 result = shell->QueryInterface(IID_IPersistFile,
1132 result = shell->SetPath(app_path.value().c_str());
1134 result = shell->SetDescription(L"ResolveShortcutTest");
1140 if (shell)
1141 shell->Release();