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 IShellDispatch extends IUnknown {
- _Guid iid = new _Guid(-655354432, (short)-15752, (short)4558, (byte)-92, (byte)-98, (byte)68, (byte)69, (byte)83, (byte)84, (byte)0, (byte)0);
-
- Folder BrowseForFolder(int var1, String var2, int var3, Variant var4);
-
- void FindComputer();
-
- Object getParent();
-
- void TileHorizontally();
-
- void Suspend();
-
- void ControlPanelItem(String var1);
-
- void UndoMinimizeALL();
-
- void RefreshMenu();
-
- void MinimizeAll();
-
- void TrayProperties();
-
- Object getApplication();
-
- void SetTime();
-
- void EjectPC();
-
- void FileRun();
-
- void Help();
-
- Object Windows();
-
- void Explore(Variant var1);
-
- void ShutdownWindows();
-
- void FindFiles();
-
- Folder NameSpace(Variant var1);
-
- void Open(Variant var1);
-
- void TileVertically();
-
- void CascadeWindows();
- }
-