home *** CD-ROM | disk | FTP | other *** search
- package com.ms.ie;
-
- import com.ms.com.IUnknown;
- import com.ms.com.Variant;
- import com.ms.com._Guid;
-
- public interface FolderItems extends IUnknown {
- _Guid iid = new _Guid(1950427616, (short)-13339, (short)4558, (byte)-125, (byte)80, (byte)68, (byte)69, (byte)83, (byte)84, (byte)0, (byte)0);
-
- IUnknown _NewEnum();
-
- Object getParent();
-
- Object getApplication();
-
- int getCount();
-
- FolderItem Item(Variant var1);
- }
-