home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 14 / IOPROG_14.ISO / soft / sdkjava / sdkjava.exe / SDKJava.cab / Samples / ActiveXBeans / SafeArray / simpleobject / _SimpleObject.java < prev    next >
Encoding:
Java Source  |  1998-03-05  |  1.3 KB  |  33 lines

  1. //
  2. // Auto-generated using JCOM.EXE 4.79.2035
  3. //   (C:\SDK-JAVA.20\BIN\JCOM.EXE simpleobject.dll)
  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 simpleobject;
  13.  
  14. import com.ms.com.*;
  15. import com.ms.com.IUnknown;
  16. import com.ms.com.Variant;
  17.  
  18. // Dual interface _SimpleObject
  19. /** @com.interface(iid=B2CD9D14-BD00-11D0-B5B3-00A0C913D22B, thread=AUTO, type=DUAL) */
  20. public interface _SimpleObject extends IUnknown
  21. {
  22.   /** @com.method(vtoffset=4, dispid=1610809344, type=METHOD, name="ComputeSum")
  23.       @com.parameters([in,out,vt=16387,type=SAFEARRAY] A, [type=VARIANT] return) */
  24.   public Variant ComputeSum(com.ms.com.SafeArray A);
  25.  
  26.   /** @com.method(vtoffset=5, dispid=1610809345, type=METHOD, name="CreateSquares")
  27.       @com.parameters([type=VARIANT] return) */
  28.   public Variant CreateSquares();
  29.  
  30.  
  31.   public static final com.ms.com._Guid iid = new com.ms.com._Guid((int)0xb2cd9d14, (short)0xbd00, (short)0x11d0, (byte)0xb5, (byte)0xb3, (byte)0x0, (byte)0xa0, (byte)0xc9, (byte)0x13, (byte)0xd2, (byte)0x2b);
  32. }
  33.