InsideCOM_DispatchDefault.java
上传用户:bjlvip
上传日期:2010-02-08
资源大小:744k
文件大小:2k
源码类别:

Windows编程

开发平台:

Visual C++

  1. //
  2. // Auto-generated using JActiveX.EXE 5.00.2918
  3. //   ("C:PROGRAM FILESMICROSOFT VISUAL STUDIOVJ98jactivex.exe" /javatlb /c2j /creg /xh /wfc  /w /xi /X:rkc /l "C:WINDOWSTEMPjvcD320.TMP" /nologo /d "C:My DocumentsMicrosoft PressInside COM+SamplesExceptionsObtaining" "C:My DocumentsMicrosoft PressInside COM+SamplesExceptionsObtainingComponent.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. package component;
  12. import com.ms.com.*;
  13. import com.ms.com.IUnknown;
  14. import com.ms.com.Variant;
  15. // Dispatch-only interface InsideCOM_DispatchDefault
  16. /** @com.interface(iid=00020400-0000-0000-C000-000000000046, thread=AUTO, type=DISPATCH) */
  17. public interface InsideCOM_DispatchDefault extends component.InsideCOM_Dispatch
  18. {
  19.   // toString UNMAPPABLE: Name is a keyword or conflicts with another member.
  20.   //  public String toString();
  21.   // notifyAll UNMAPPABLE: Name is a keyword or conflicts with another member.
  22.   //  public void notifyAll();
  23.   // hashCode UNMAPPABLE: Name is a keyword or conflicts with another member.
  24.   //  public int hashCode();
  25.   /** @com.method(dispid=100, type=METHOD, name="wait", returntype=VOID)
  26.       @com.parameters([in,out,elementType=VARIANT,type=PTR] Parameter0, [in,out,elementType=VARIANT,type=PTR] Parameter1, [type=VARIANT] return) */
  27.   public Variant wait(Variant Parameter0, Variant Parameter1);
  28.   // notify UNMAPPABLE: Name is a keyword or conflicts with another member.
  29.   //  public void notify();
  30.   // equals UNMAPPABLE: Name is a keyword or conflicts with another member.
  31.   //  public boolean equals(Object Parameter0);
  32.   /** @com.method(dispid=106, type=METHOD, name="Sum", returntype=VOID)
  33.       @com.parameters([in,type=I4] Parameter0, [in,type=I4] Parameter1, [type=I4] return) */
  34.   public int Sum(int Parameter0, int Parameter1);
  35.   // getClass UNMAPPABLE: Name is a keyword or conflicts with another member.
  36.   //  public Object getClass();
  37.   public static final com.ms.com._Guid iid = new com.ms.com._Guid((int)0x20400, (short)0x0, (short)0x0, (byte)0xc0, (byte)0x0, (byte)0x0, (byte)0x0, (byte)0x0, (byte)0x0, (byte)0x0, (byte)0x46);
  38. }