IPrimeFactory.java
上传用户:bjlvip
上传日期:2010-02-08
资源大小:744k
文件大小:1k
- //
- // Auto-generated using JActiveX.EXE 5.00.2918
- // ("C:PROGRAM FILESMICROSOFT VISUAL STUDIOVJ98jactivex.exe" /w /xi /X:rkc /l "C:WINDOWSTEMPjvc42F1.TMP" /nologo /d "C:My DocumentsMicrosoft PressInside COM+SamplesMonikersCustom Activation Interface" "C:My DocumentsMicrosoft PressInside COM+SamplesMonikersCustom Activation InterfaceComponentDebugComponent.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;
- // VTable-only interface IPrimeFactory
- /** @com.interface(iid=10000010-0000-0000-0000-000000000001, thread=AUTO) */
- public interface IPrimeFactory extends IUnknown
- {
- /** @com.method(vtoffset=0, addFlagsVtable=4)
- @com.parameters([in,type=I4] start_number, [iid=10000011-0000-0000-0000-000000000001,thread=AUTO,type=OBJECT] return) */
- public component.IPrime CreatePrime(int start_number);
- public static final com.ms.com._Guid iid = new com.ms.com._Guid((int)0x10000010, (short)0x0, (short)0x0, (byte)0x0, (byte)0x0, (byte)0x0, (byte)0x0, (byte)0x0, (byte)0x0, (byte)0x0, (byte)0x1);
- }