home *** CD-ROM | disk | FTP | other *** search
- package com.ms.ie;
-
- import com.ms.com.IUnknown;
- import com.ms.com._Guid;
-
- public interface ISearchAssistantOC extends IUnknown {
- _Guid iid = new _Guid(-1268781009, (short)17479, (short)4562, (byte)-123, (byte)-34, (byte)0, (byte)-64, (byte)79, (byte)-93, (byte)92, (byte)-119);
-
- void SetDefaultSearchUrl(String var1);
-
- ISearches getSearches();
-
- void NavigateToDefaultSearch();
-
- boolean getShellFeaturesEnabled();
-
- void AddNextMenuItem(String var1, int var2);
-
- boolean getSearchAssistantDefault();
-
- boolean getInWebFolder();
-
- boolean IsRestricted(String var1);
- }
-