Prime.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"   /w /xi /X:rkc /l "C:WINDOWSTEMPjvc42F1.TMP" /nologo /d "C:My DocumentsMicrosoft PressInside COM+SamplesMonikersCustom Activation Interface" "C:My DocumentsMicrosoft PressInside COM+SamplesMonikersCustom Activation InterfaceComponentDebugComponent.exe")
  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.class(classid=10000013-0000-0000-0000-000000000001,DynamicCasts) 
  16.     @com.interface(iid=10000011-0000-0000-0000-000000000001, thread=AUTO) */
  17. public class Prime implements IUnknown,com.ms.com.NoAutoScripting,component.IPrime
  18. {
  19.   /** @com.method(vtoffset=0, addFlagsVtable=4)
  20.       @com.parameters([type=I4] return) */
  21.   public native int GetNextPrime();
  22.   public static final com.ms.com._Guid iid = new com.ms.com._Guid((int)0x10000011, (short)0x0, (short)0x0, (byte)0x0, (byte)0x0, (byte)0x0, (byte)0x0, (byte)0x0, (byte)0x0, (byte)0x0, (byte)0x1);
  23.   public static final com.ms.com._Guid clsid = new com.ms.com._Guid((int)0x10000013, (short)0x0, (short)0x0, (byte)0x0, (byte)0x0, (byte)0x0, (byte)0x0, (byte)0x0, (byte)0x0, (byte)0x0, (byte)0x1);
  24. }