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 IShellLinkDual extends IUnknown {
- _Guid iid = new _Guid(-2002756608, (short)-4096, (short)4558, (byte)-125, (byte)80, (byte)68, (byte)69, (byte)83, (byte)84, (byte)0, (byte)0);
-
- String getDescription();
-
- void setDescription(String var1);
-
- int getHotkey();
-
- void setHotkey(int var1);
-
- void SetIconLocation(String var1, int var2);
-
- int getShowCommand();
-
- void setShowCommand(int var1);
-
- int GetIconLocation(String[] var1);
-
- String getPath();
-
- void setPath(String var1);
-
- void Resolve(int var1);
-
- String getArguments();
-
- void setArguments(String var1);
-
- String getWorkingDirectory();
-
- void setWorkingDirectory(String var1);
-
- void Save(Variant var1);
- }
-