home *** CD-ROM | disk | FTP | other *** search
- package com.ms.ie;
-
- import com.ms.com.IUnknown;
- import com.ms.com.NoAutoScripting;
- import com.ms.com._Guid;
-
- public class CScriptErrorList implements IUnknown, NoAutoScripting, IScriptErrorList {
- public static final _Guid clsid = new _Guid(-271576320, (short)5647, (short)4562, (byte)-69, (byte)46, (byte)0, (byte)-128, (byte)95, (byte)-9, (byte)-17, (byte)-54);
-
- public native int getAlwaysShowLockState();
-
- public native int getDetailsPaneOpen();
-
- public native void setDetailsPaneOpen(int var1);
-
- public native int getErrorCode();
-
- public native int canRetreatError();
-
- public native String getErrorUrl();
-
- public native int getErrorLine();
-
- public native int canAdvanceError();
-
- public native int getErrorChar();
-
- public native int getPerErrorDisplay();
-
- public native void setPerErrorDisplay(int var1);
-
- public native String getErrorMsg();
-
- public native void advanceError();
-
- public native void retreatError();
- }
-