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 FolderItemVerbs extends IUnknown {
- _Guid iid = new _Guid(528700096, (short)20656, (short)4559, (byte)-106, (byte)12, (byte)0, (byte)-128, (byte)-57, (byte)-12, (byte)-18, (byte)-123);
-
- IUnknown _NewEnum();
-
- Object getParent();
-
- Object getApplication();
-
- int getCount();
-
- FolderItemVerb Item(Variant var1);
- }
-