⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 prime.java

📁 经验交流,从网上下载的好东西望大家分享
💻 JAVA
字号:
//
// Auto-generated using JActiveX.EXE 5.00.2918
//   ("C:\PROGRAM FILES\MICROSOFT VISUAL STUDIO\VJ98\jactivex.exe"   /w /xi /X:rkc /l "C:\WINDOWS\TEMP\jvc42F1.TMP" /nologo /d "C:\My Documents\Microsoft Press\Inside COM+\Samples\Monikers\Custom Activation Interface" "C:\My Documents\Microsoft Press\Inside COM+\Samples\Monikers\Custom Activation Interface\Component\Debug\Component.exe")
//
// WARNING: Do not remove the comments that include "@com" directives.
// This source file must be compiled by a @com-aware compiler.
// If you are using the Microsoft Visual J++ compiler, you must use
// version 1.02.3920 or later. Previous versions will not issue an error
// but will not generate COM-enabled class files.
//

package component;

import com.ms.com.*;
import com.ms.com.IUnknown;
import com.ms.com.Variant;

/** @com.class(classid=10000013-0000-0000-0000-000000000001,DynamicCasts) 
    @com.interface(iid=10000011-0000-0000-0000-000000000001, thread=AUTO) */
public class Prime implements IUnknown,com.ms.com.NoAutoScripting,component.IPrime
{
  /** @com.method(vtoffset=0, addFlagsVtable=4)
      @com.parameters([type=I4] return) */
  public native int GetNextPrime();


  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);

  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);
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -