InsideCOM.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. /** @com.register(clsid=2652CA66-D6CF-11D2-BB51-006097B5EAFC, typelib=2652CA65-D6CF-11D2-BB51-006097B5EAFC, version="1.0", description="InsideCOM")*/
  16. public class InsideCOM implements IUnknown,com.ms.com.NoAutoScripting,component.InsideCOM_DispatchDefault
  17. {
  18.   // toString UNMAPPABLE: Name is a keyword or conflicts with another member.
  19.   //  public String toString() {
  20.   //    throw new com.ms.com.ComFailException(0x80004001); // E_NOTIMPL
  21.   //  }
  22.   // notifyAll UNMAPPABLE: Name is a keyword or conflicts with another member.
  23.   //  public void notifyAll() {
  24.   //    throw new com.ms.com.ComFailException(0x80004001); // E_NOTIMPL
  25.   //  }
  26.   // hashCode UNMAPPABLE: Name is a keyword or conflicts with another member.
  27.   //  public int hashCode() {
  28.   //    throw new com.ms.com.ComFailException(0x80004001); // E_NOTIMPL
  29.   //  }
  30.   public Variant wait(Variant Parameter0, Variant Parameter1) {
  31.     throw new com.ms.com.ComFailException(0x80004001); // E_NOTIMPL
  32.   }
  33.   // notify UNMAPPABLE: Name is a keyword or conflicts with another member.
  34.   //  public void notify() {
  35.   //    throw new com.ms.com.ComFailException(0x80004001); // E_NOTIMPL
  36.   //  }
  37.   // equals UNMAPPABLE: Name is a keyword or conflicts with another member.
  38.   //  public boolean equals(Object Parameter0) {
  39.   //    throw new com.ms.com.ComFailException(0x80004001); // E_NOTIMPL
  40.   //  }
  41.   public int Sum(int Parameter0, int Parameter1) {
  42.     throw new com.ms.com.ComFailException(0x80004001); // E_NOTIMPL
  43.   }
  44.   // getClass UNMAPPABLE: Name is a keyword or conflicts with another member.
  45.   //  public Object getClass() {
  46.   //    throw new com.ms.com.ComFailException(0x80004001); // E_NOTIMPL
  47.   //  }
  48. }