ISum.java
上传用户:bjlvip
上传日期:2010-02-08
资源大小:744k
文件大小:1k
- //
- // Auto-generated using JActiveX.EXE 5.00.2918
- // ("C:PROGRAM FILESMICROSOFT VISUAL STUDIOVJ98jactivex.exe" /wfc /w /xi /X:rkc /l "C:WINDOWSTEMPjvc7362.TMP" /nologo /d "C:My DocumentsMicrosoft PressInside COM+SamplesExceptionsObtaining" "C:My DocumentsMicrosoft PressInside COM+SamplesExceptionsObtainingcomponent.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 component;
- import com.ms.com.*;
- import com.ms.com.IUnknown;
- import com.ms.com.Variant;
- // Dual interface ISum
- /** @com.interface(iid=02753F20-716C-11D1-A6FC-0000C0CC7BE1, thread=AUTO, type=DUAL) */
- public interface ISum extends IUnknown
- {
- /** @com.method(vtoffset=4, dispid=1610743808, 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)0x2753f20, (short)0x716c, (short)0x11d1, (byte)0xa6, (byte)0xfc, (byte)0x0, (byte)0x0, (byte)0xc0, (byte)0xcc, (byte)0x7b, (byte)0xe1);
- }