// // Auto-generated using JActiveX.EXE 5.00.3165 // (jactivex /javatlb /d d:\packages TheServer.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 theserver; import com.ms.com.*; import com.ms.com.IUnknown; import com.ms.com.Variant; // Dual interface ITheServerComObjectDefault /** @com.interface(iid=00020400-0000-0000-C000-000000000046, thread=AUTO, type=DUAL) */ public interface ITheServerComObjectDefault extends theserver.ITheServerComObject { /** @com.method(vtoffset=4, dispid=1610743808, type=METHOD, name="HelloWorld") @com.parameters() */ public void HelloWorld(); /** @com.method(vtoffset=5, dispid=1610743809, type=METHOD, name="AcceptNewValue") @com.parameters([in,type=I4] lNewValue, [type=I4] return) */ public int AcceptNewValue(int lNewValue); public static final com.ms.com._Guid iid = new com.ms.com._Guid((int)0x20400, (short)0x0, (short)0x0, (byte)0xc0, (byte)0x0, (byte)0x0, (byte)0x0, (byte)0x0, (byte)0x0, (byte)0x0, (byte)0x46); }