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

📄 idadds.java

📁 JAVA程序做的一个经典的例子
💻 JAVA
字号:
//
// Auto-generated using JActiveX.EXE 5.00.2918
//   ("E:\Program Files\Microsoft Visual Studio\VJ98\jactivex.exe" /javatlb /c2j /creg /xh /wfc  /w /xi /X:rkc /l "E:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\jvcD.tmp" /nologo /d "G:\Java Prog\DAddSer" "G:\Java Prog\DAddSer\DAddSer.tlb")
//
// 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 daddser;

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

// Dual interface IDAddS
/** @com.interface(iid=E836F77C-4016-41B5-9B57-B10D9C7284D9, thread=AUTO, type=DUAL) */
public interface IDAddS extends IUnknown
{
  /** @com.method(vtoffset=4, dispid=1, type=METHOD, name="sum", addFlagsVtable=4)
      @com.parameters([in,type=I4] x, [in,type=I4] y, [type=I4] return) */
  public int sum(int x, int y);


  public static final com.ms.com._Guid iid = new com.ms.com._Guid((int)0xe836f77c, (short)0x4016, (short)0x41b5, (byte)0x9b, (byte)0x57, (byte)0xb1, (byte)0xd, (byte)0x9c, (byte)0x72, (byte)0x84, (byte)0xd9);
}

⌨️ 快捷键说明

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