home *** CD-ROM | disk | FTP | other *** search
- package com.ms.ie;
-
- import com.ms.com.IUnknown;
- import com.ms.com._Guid;
-
- public interface IScriptErrorList extends IUnknown {
- _Guid iid = new _Guid(-213446876, (short)5629, (short)4562, (byte)-69, (byte)46, (byte)0, (byte)-128, (byte)95, (byte)-9, (byte)-17, (byte)-54);
-
- int getAlwaysShowLockState();
-
- int getDetailsPaneOpen();
-
- void setDetailsPaneOpen(int var1);
-
- int getErrorCode();
-
- int canRetreatError();
-
- String getErrorUrl();
-
- int getErrorLine();
-
- int canAdvanceError();
-
- int getErrorChar();
-
- int getPerErrorDisplay();
-
- void setPerErrorDisplay(int var1);
-
- String getErrorMsg();
-
- void advanceError();
-
- void retreatError();
- }
-