home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 July & August / Pcwk78a98.iso / Micrsoft / VJ / COMMON / IDE / IDE98 / WFCFORMS.CAB / iforms / host / IVsIFExternalCode.java < prev    next >
Text File  |  1998-03-05  |  6KB  |  121 lines

  1. //
  2. // Auto-generated using JActiveX.EXE 4.79.2207
  3. //   (E:\IRONWOOD\tools\jactivex -nologo -d E:\IRONWOOD\build\Retail -p:b- -p iforms.host E:\IRONWOOD\build\Retail\iforms\host\ifhost.tlb)
  4. //
  5. // WARNING: Do not remove the comments that include "@com" directives.
  6. // This source file must be compiled by a @com-aware compiler.
  7. // If you are using the Microsoft Visual J++ compiler, you must use
  8. // version 1.02.3920 or later. Previous versions will not issue an error
  9. // but will not generate COM-enabled class files.
  10. //
  11.  
  12. package iforms.host;
  13.  
  14. import com.ms.com.*;
  15. import com.ms.com.IUnknown;
  16. import com.ms.com.Variant;
  17.  
  18. // VTable-only interface IVsIFExternalCode
  19. /** @com.interface(iid=79F506BC-15AC-11D1-8BEF-00A0C90F26F7, thread=AUTO) */
  20. public interface IVsIFExternalCode extends IUnknown
  21. {
  22.   /** @com.method(vtoffset=0, addFlagsVtable=4)
  23.       @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) */
  24.   public int newTopLevelElement(String className, String name, int modifiers, int contstructorArgumentCount, int flags);
  25.  
  26.   /** @com.method(vtoffset=1, addFlagsVtable=4)
  27.       @com.parameters([in,type=I4] cookie, [in,type=STRING] value) */
  28.   public void valueAsConstant(int cookie, String value);
  29.  
  30.   /** @com.method(vtoffset=2, addFlagsVtable=4)
  31.       @com.parameters([in,type=I4] cookie, [in,type=STRING] referenceName) */
  32.   public void valueAsReference(int cookie, String referenceName);
  33.  
  34.   /** @com.method(vtoffset=3, addFlagsVtable=4)
  35.       @com.parameters([in,type=I4] cookie, [in,type=STRING] closureType, [in,type=STRING] functionName) */
  36.   public void valueAsCallback(int cookie, String closureType, String functionName);
  37.  
  38.   /** @com.method(vtoffset=4, addFlagsVtable=4)
  39.       @com.parameters([in,type=I4] cookie, [in,type=STRING] className, [in,type=I4] constructorArgumentCount, [type=I4] return) */
  40.   public int valueAsNewObject(int cookie, String className, int constructorArgumentCount);
  41.  
  42.   /** @com.method(vtoffset=5, addFlagsVtable=4)
  43.       @com.parameters([in,type=I4] cookie, [in,type=STRING] componentType, [in,type=I4] elementCount, [type=I4] return) */
  44.   public int valueAsArray(int cookie, String componentType, int elementCount);
  45.  
  46.   /** @com.method(vtoffset=6, addFlagsVtable=4)
  47.       @com.parameters([in,type=I4] cookie, [in,type=STRING] v) */
  48.   public void valueAsString(int cookie, String v);
  49.  
  50.   /** @com.method(vtoffset=7, addFlagsVtable=4)
  51.       @com.parameters([in,type=I4] cookie, [in,type=R8] v) */
  52.   public void valueAsDouble(int cookie, double v);
  53.  
  54.   /** @com.method(vtoffset=8, addFlagsVtable=4)
  55.       @com.parameters([in,type=I4] cookie, [in,type=R4] v) */
  56.   public void valueAsFloat(int cookie, float v);
  57.  
  58.   /** @com.method(vtoffset=9, addFlagsVtable=4)
  59.       @com.parameters([in,type=I4] cookie, [in,type=I4] v) */
  60.   public void valueAsInt(int cookie, int v);
  61.  
  62.   /** @com.method(vtoffset=10, addFlagsVtable=4)
  63.       @com.parameters([in,type=I4] cookie, [in,type=I8] v) */
  64.   public void valueAsLong(int cookie, long v);
  65.  
  66.   /** @com.method(vtoffset=11, addFlagsVtable=4)
  67.       @com.parameters([in,type=I4] cookie, [in,type=U1] v) */
  68.   public void valueAsByte(int cookie, byte v);
  69.  
  70.   /** @com.method(vtoffset=12, addFlagsVtable=4)
  71.       @com.parameters([in,type=I4] cookie, [in,type=I1] v) */
  72.   public void valueAsChar(int cookie, char v);
  73.  
  74.   /** @com.method(vtoffset=13, addFlagsVtable=4)
  75.       @com.parameters([in,type=I4] cookie, [in,type=I2] v) */
  76.   public void valueAsShort(int cookie, short v);
  77.  
  78.   /** @com.method(vtoffset=14, addFlagsVtable=4)
  79.       @com.parameters([in,type=I4] cookie, [in,type=BOOLEAN] v) */
  80.   public void valueAsBoolean(int cookie, boolean v);
  81.  
  82.   /** @com.method(vtoffset=15, addFlagsVtable=4)
  83.       @com.parameters([in,type=I4] cookie, [in,type=STRING] fileName, [in,iid=00000000-0000-0000-C000-000000000046,thread=AUTO,type=OBJECT] pObject) */
  84.   public void valueAsPersistableInfo(int cookie, String fileName, IUnknown pObject);
  85.  
  86.   /** @com.method(vtoffset=16, addFlagsVtable=4)
  87.       @com.parameters([in,type=I4] cookie) */
  88.   public void nextValue(int cookie);
  89.  
  90.   /** @com.method(vtoffset=17, addFlagsVtable=4)
  91.       @com.parameters([in,type=I4] cookie) */
  92.   public void endOfValues(int cookie);
  93.  
  94.   /** @com.method(vtoffset=18, addFlagsVtable=4)
  95.       @com.parameters() */
  96.   public void endOfTopLevelElements();
  97.  
  98.   /** @com.method(vtoffset=19, addFlagsVtable=4)
  99.       @com.parameters([in,type=STRING] referenceName) */
  100.   public void addStatement(String referenceName);
  101.  
  102.   /** @com.method(vtoffset=20, addFlagsVtable=4)
  103.       @com.parameters() */
  104.   public void endOfAddStatements();
  105.  
  106.   /** @com.method(vtoffset=21, addFlagsVtable=4)
  107.       @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) */
  108.   public int newProperty(String objectName, String propertyName, boolean designTimeOnly, boolean localizable, boolean[] expectedCallback);
  109.  
  110.   /** @com.method(vtoffset=22, addFlagsVtable=4)
  111.       @com.parameters([in,type=STRING] objectName, [in,type=STRING] methodName, [in,type=BOOLEAN] designTimeOnly, [in,type=BOOLEAN] localizable, [type=I4] return) */
  112.   public int newMethod(String objectName, String methodName, boolean designTimeOnly, boolean localizable);
  113.  
  114.   /** @com.method(vtoffset=23, addFlagsVtable=4)
  115.       @com.parameters() */
  116.   public void endOfProperties();
  117.  
  118.  
  119.   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);
  120. }
  121.