home *** CD-ROM | disk | FTP | other *** search
- package com.ms.ie;
-
- import com.ms.com.IUnknown;
- import com.ms.com._Guid;
-
- public interface ISearch extends IUnknown {
- _Guid iid = new _Guid(-1164822108, (short)15829, (short)4562, (byte)-65, (byte)-117, (byte)0, (byte)-64, (byte)79, (byte)-71, (byte)54, (byte)97);
-
- String getId();
-
- String getTitle();
-
- String getURL();
- }
-