home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1998 July & August
/
Pcwk78a98.iso
/
Micrsoft
/
VJ
/
COMMON
/
IDE
/
IDE98
/
WFCFORMS.CAB
/
iforms
/
host
/
IPersistable.java
< prev
next >
Wrap
Text File
|
1998-03-05
|
1KB
|
33 lines
//
// Auto-generated using JActiveX.EXE 4.79.2207
// (E:\IRONWOOD\tools\jactivex -nologo -d E:\IRONWOOD\build\Retail -p:b- -p iforms.host E:\IRONWOOD\build\Retail\iforms\host\ifhost.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 iforms.host;
import com.ms.com.*;
import com.ms.com.IUnknown;
import com.ms.com.Variant;
// VTable-only interface IPersistable
/** @com.interface(iid=8142C284-4F6A-11D1-8F26-00C04FD946D0, thread=AUTO) */
public interface IPersistable extends IUnknown
{
/** @com.method(vtoffset=0, addFlagsVtable=4)
@com.parameters([in,iid=8142C285-4F6A-11D1-8F26-00C04FD946D0,thread=AUTO,type=OBJECT] pStream) */
public void saveToStream(iforms.host.ICorOutputStream pStream);
/** @com.method(vtoffset=1, addFlagsVtable=4)
@com.parameters([type=STRING] return) */
public String getExtension();
public static final com.ms.com._Guid iid = new com.ms.com._Guid((int)0x8142c284, (short)0x4f6a, (short)0x11d1, (byte)0x8f, (byte)0x26, (byte)0x0, (byte)0xc0, (byte)0x4f, (byte)0xd9, (byte)0x46, (byte)0xd0);
}