home *** CD-ROM | disk | FTP | other *** search
Java Source | 1998-03-05 | 1.7 KB | 45 lines |
- //
- // Auto-generated using JActiveX.EXE 4.79.2207
- // (E:\IRONWOOD\tools\jactivex -nologo -d E:\IRONWOOD\build\Retail -p:b- -p iforms.host E:\IRONWOOD\build\Retail\iforms\host\ifhost.tlb)
- //
- // WARNING: Do not remove the comments that include "@com" directives.
- // This source file must be compiled by a @com-aware compiler.
- // If you are using the Microsoft Visual J++ compiler, you must use
- // version 1.02.3920 or later. Previous versions will not issue an error
- // but will not generate COM-enabled class files.
- //
-
- package iforms.host;
-
- import com.ms.com.*;
- import com.ms.com.IUnknown;
- import com.ms.com.Variant;
-
- // VTable-only interface IVsIFCodeConsumer
- /** @com.interface(iid=79F506BB-15AC-11D1-8BEF-00A0C90F26F7, thread=AUTO) */
- public interface IVsIFCodeConsumer extends IUnknown
- {
- /** @com.method(vtoffset=0, addFlagsVtable=4)
- @com.parameters([in,type=I4] pos) */
- public void startOfCode(int pos);
-
- /** @com.method(vtoffset=1, addFlagsVtable=4)
- @com.parameters([in,type=I4] pos) */
- public void endOfCode(int pos);
-
- /** @com.method(vtoffset=2, addFlagsVtable=4)
- @com.parameters([in,type=STRING] bstr) */
- public void addImport(String bstr);
-
- /** @com.method(vtoffset=3, addFlagsVtable=4)
- @com.parameters([in,type=STRING] superClassName, [in,type=STRING] name) */
- public void topLevelObject(String superClassName, String name);
-
- /** @com.method(vtoffset=4, addFlagsVtable=4)
- @com.parameters([type=STRING] return) */
- public String getText();
-
-
- public static final com.ms.com._Guid iid = new com.ms.com._Guid((int)0x79f506bb, (short)0x15ac, (short)0x11d1, (byte)0x8b, (byte)0xef, (byte)0x0, (byte)0xa0, (byte)0xc9, (byte)0xf, (byte)0x26, (byte)0xf7);
- }
-