📄 addser_dispatch.java
字号:
//
// Auto-generated using JActiveX.EXE 5.00.2918
// ("E:\Program Files\Microsoft Visual Studio\VJ98\jactivex.exe" /wfc /w /xi /X:rkc /l "E:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\jvc3E.tmp" /nologo /d "G:\Java Prog\TestCOM" "G:\Java Prog\AddSer\AddSer.dll")
//
// 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 addser;
import com.ms.com.*;
import com.ms.com.IUnknown;
import com.ms.com.Variant;
// Dispatch-only interface AddSer_Dispatch
/** @com.interface(iid=929A3580-8EE6-4093-82B8-B29F6D1CBDC4, thread=AUTO, type=DISPATCH) */
public interface AddSer_Dispatch extends IUnknown
{
/** @com.method(dispid=100, type=METHOD, name="sum", returntype=VOID)
@com.parameters([in,type=I4] \u53c2\u65700, [in,type=I4] \u53c2\u65701, [type=I4] return) */
public int sum(int \u53c2\u65700, int \u53c2\u65701);
/** @com.method(dispid=101, type=METHOD, name="wait", returntype=VOID)
@com.parameters([in,out,elementType=VARIANT,type=PTR] \u53c2\u65700, [in,out,elementType=VARIANT,type=PTR] \u53c2\u65701, [type=VARIANT] return) */
public Variant wait(Variant \u53c2\u65700, Variant \u53c2\u65701);
// hashCode UNMAPPABLE: Name is a keyword or conflicts with another member.
// public int hashCode();
// toString UNMAPPABLE: Name is a keyword or conflicts with another member.
// public String toString();
// equals UNMAPPABLE: Name is a keyword or conflicts with another member.
// public boolean equals(Object \u53c2\u65700);
// notify UNMAPPABLE: Name is a keyword or conflicts with another member.
// public void notify();
// getClass UNMAPPABLE: Name is a keyword or conflicts with another member.
// public Object getClass();
// notifyAll UNMAPPABLE: Name is a keyword or conflicts with another member.
// public void notifyAll();
public static final com.ms.com._Guid iid = new com.ms.com._Guid((int)0x929a3580, (short)0x8ee6, (short)0x4093, (byte)0x82, (byte)0xb8, (byte)0xb2, (byte)0x9f, (byte)0x6d, (byte)0x1c, (byte)0xbd, (byte)0xc4);
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -