home *** CD-ROM | disk | FTP | other *** search
Java Source | 1998-03-05 | 5.7 KB | 121 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 IVsIFExternalCode
- /** @com.interface(iid=79F506BC-15AC-11D1-8BEF-00A0C90F26F7, thread=AUTO) */
- public interface IVsIFExternalCode extends IUnknown
- {
- /** @com.method(vtoffset=0, addFlagsVtable=4)
- @com.parameters([in,type=STRING] className, [in,type=STRING] name, [in,type=I4] modifiers, [in,type=I4] contstructorArgumentCount, [in,type=I4] flags, [type=I4] return) */
- public int newTopLevelElement(String className, String name, int modifiers, int contstructorArgumentCount, int flags);
-
- /** @com.method(vtoffset=1, addFlagsVtable=4)
- @com.parameters([in,type=I4] cookie, [in,type=STRING] value) */
- public void valueAsConstant(int cookie, String value);
-
- /** @com.method(vtoffset=2, addFlagsVtable=4)
- @com.parameters([in,type=I4] cookie, [in,type=STRING] referenceName) */
- public void valueAsReference(int cookie, String referenceName);
-
- /** @com.method(vtoffset=3, addFlagsVtable=4)
- @com.parameters([in,type=I4] cookie, [in,type=STRING] closureType, [in,type=STRING] functionName) */
- public void valueAsCallback(int cookie, String closureType, String functionName);
-
- /** @com.method(vtoffset=4, addFlagsVtable=4)
- @com.parameters([in,type=I4] cookie, [in,type=STRING] className, [in,type=I4] constructorArgumentCount, [type=I4] return) */
- public int valueAsNewObject(int cookie, String className, int constructorArgumentCount);
-
- /** @com.method(vtoffset=5, addFlagsVtable=4)
- @com.parameters([in,type=I4] cookie, [in,type=STRING] componentType, [in,type=I4] elementCount, [type=I4] return) */
- public int valueAsArray(int cookie, String componentType, int elementCount);
-
- /** @com.method(vtoffset=6, addFlagsVtable=4)
- @com.parameters([in,type=I4] cookie, [in,type=STRING] v) */
- public void valueAsString(int cookie, String v);
-
- /** @com.method(vtoffset=7, addFlagsVtable=4)
- @com.parameters([in,type=I4] cookie, [in,type=R8] v) */
- public void valueAsDouble(int cookie, double v);
-
- /** @com.method(vtoffset=8, addFlagsVtable=4)
- @com.parameters([in,type=I4] cookie, [in,type=R4] v) */
- public void valueAsFloat(int cookie, float v);
-
- /** @com.method(vtoffset=9, addFlagsVtable=4)
- @com.parameters([in,type=I4] cookie, [in,type=I4] v) */
- public void valueAsInt(int cookie, int v);
-
- /** @com.method(vtoffset=10, addFlagsVtable=4)
- @com.parameters([in,type=I4] cookie, [in,type=I8] v) */
- public void valueAsLong(int cookie, long v);
-
- /** @com.method(vtoffset=11, addFlagsVtable=4)
- @com.parameters([in,type=I4] cookie, [in,type=U1] v) */
- public void valueAsByte(int cookie, byte v);
-
- /** @com.method(vtoffset=12, addFlagsVtable=4)
- @com.parameters([in,type=I4] cookie, [in,type=I1] v) */
- public void valueAsChar(int cookie, char v);
-
- /** @com.method(vtoffset=13, addFlagsVtable=4)
- @com.parameters([in,type=I4] cookie, [in,type=I2] v) */
- public void valueAsShort(int cookie, short v);
-
- /** @com.method(vtoffset=14, addFlagsVtable=4)
- @com.parameters([in,type=I4] cookie, [in,type=BOOLEAN] v) */
- public void valueAsBoolean(int cookie, boolean v);
-
- /** @com.method(vtoffset=15, addFlagsVtable=4)
- @com.parameters([in,type=I4] cookie, [in,type=STRING] fileName, [in,iid=00000000-0000-0000-C000-000000000046,thread=AUTO,type=OBJECT] pObject) */
- public void valueAsPersistableInfo(int cookie, String fileName, IUnknown pObject);
-
- /** @com.method(vtoffset=16, addFlagsVtable=4)
- @com.parameters([in,type=I4] cookie) */
- public void nextValue(int cookie);
-
- /** @com.method(vtoffset=17, addFlagsVtable=4)
- @com.parameters([in,type=I4] cookie) */
- public void endOfValues(int cookie);
-
- /** @com.method(vtoffset=18, addFlagsVtable=4)
- @com.parameters() */
- public void endOfTopLevelElements();
-
- /** @com.method(vtoffset=19, addFlagsVtable=4)
- @com.parameters([in,type=STRING] referenceName) */
- public void addStatement(String referenceName);
-
- /** @com.method(vtoffset=20, addFlagsVtable=4)
- @com.parameters() */
- public void endOfAddStatements();
-
- /** @com.method(vtoffset=21, addFlagsVtable=4)
- @com.parameters([in,type=STRING] objectName, [in,type=STRING] propertyName, [in,type=BOOLEAN] designTimeOnly, [in,type=BOOLEAN] localizable, [out,size=1,type=ARRAY] expectedCallback, [type=I4] return) */
- public int newProperty(String objectName, String propertyName, boolean designTimeOnly, boolean localizable, boolean[] expectedCallback);
-
- /** @com.method(vtoffset=22, addFlagsVtable=4)
- @com.parameters([in,type=STRING] objectName, [in,type=STRING] methodName, [in,type=BOOLEAN] designTimeOnly, [in,type=BOOLEAN] localizable, [type=I4] return) */
- public int newMethod(String objectName, String methodName, boolean designTimeOnly, boolean localizable);
-
- /** @com.method(vtoffset=23, addFlagsVtable=4)
- @com.parameters() */
- public void endOfProperties();
-
-
- public static final com.ms.com._Guid iid = new com.ms.com._Guid((int)0x79f506bc, (short)0x15ac, (short)0x11d1, (byte)0x8b, (byte)0xef, (byte)0x0, (byte)0xa0, (byte)0xc9, (byte)0xf, (byte)0x26, (byte)0xf7);
- }
-