?? addser.java
字號(hào):
//
// 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;
/** @com.class(classid=FA40CCF5-C6FF-4522-BB9B-CB670E484940,DynamicCasts)
@com.interface(iid=929A3580-8EE6-4093-82B8-B29F6D1CBDC4, thread=AUTO, type=DISPATCH) */
public class AddSer implements IUnknown,com.ms.com.NoAutoScripting,addser.AddSer_Dispatch
{
/** @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 native 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 native Variant wait(Variant \u53c2\u65700, Variant \u53c2\u65701);
// hashCode UNMAPPABLE: Name is a keyword or conflicts with another member.
// public native int hashCode();
// toString UNMAPPABLE: Name is a keyword or conflicts with another member.
// public native String toString();
// equals UNMAPPABLE: Name is a keyword or conflicts with another member.
// public native boolean equals(Object \u53c2\u65700);
// notify UNMAPPABLE: Name is a keyword or conflicts with another member.
// public native void notify();
// getClass UNMAPPABLE: Name is a keyword or conflicts with another member.
// public native Object getClass();
// notifyAll UNMAPPABLE: Name is a keyword or conflicts with another member.
// public native 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);
public static final com.ms.com._Guid clsid = new com.ms.com._Guid((int)0xfa40ccf5, (short)0xc6ff, (short)0x4522, (byte)0xbb, (byte)0x9b, (byte)0xcb, (byte)0x67, (byte)0xe, (byte)0x48, (byte)0x49, (byte)0x40);
}
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -