home *** CD-ROM | disk | FTP | other *** search
/ PC Online 1999 February / PCO_0299.ISO / browser / ie5b_w98 / iejava.cab / com / ms / ie / ISearchAssistantOC.class (.txt) < prev    next >
Encoding:
Java Class File  |  1998-10-20  |  1.5 KB  |  25 lines

  1. package com.ms.ie;
  2.  
  3. import com.ms.com.IUnknown;
  4. import com.ms.com._Guid;
  5.  
  6. public interface ISearchAssistantOC extends IUnknown {
  7.    _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);
  8.  
  9.    void SetDefaultSearchUrl(String var1);
  10.  
  11.    ISearches getSearches();
  12.  
  13.    void NavigateToDefaultSearch();
  14.  
  15.    boolean getShellFeaturesEnabled();
  16.  
  17.    void AddNextMenuItem(String var1, int var2);
  18.  
  19.    boolean getSearchAssistantDefault();
  20.  
  21.    boolean getInWebFolder();
  22.  
  23.    boolean IsRestricted(String var1);
  24. }
  25.