home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1998 July & August
/
Pcwk78a98.iso
/
Micrsoft
/
VJ
/
COMMON
/
IDE
/
IDE98
/
WFCFORMS.CAB
/
iforms
/
host
/
IVsMenuItem.java
< prev
next >
Wrap
Text File
|
1998-03-05
|
2KB
|
41 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\ifmenu.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 IVsMenuItem
/** @com.interface(iid=F71AA513-9038-11D0-8C3C-00C04FC2AA89, thread=AUTO) */
public interface IVsMenuItem extends IUnknown
{
/** @com.method(vtoffset=0, addFlagsVtable=4)
@com.parameters([in,type=I4] PropId, [in,type=VARIANT] var) */
public void IMISetProp(int PropId, Variant var);
/** @com.method(vtoffset=1, addFlagsVtable=4)
@com.parameters([in,type=I4] PropId, [out,type=PTR] pvar) */
public void IMIGetProp(int PropId, Variant pvar);
/** @com.method(vtoffset=2, addFlagsVtable=4)
@com.parameters([in,iid=00000000-0000-0000-C000-000000000046,thread=AUTO,type=OBJECT] pstm) */
public void IMISetExtraProps(IUnknown pstm);
/** @com.method(vtoffset=3, addFlagsVtable=4)
@com.parameters([in,iid=00000000-0000-0000-C000-000000000046,thread=AUTO,type=OBJECT] pstm) */
public void IMIGetExtraProps(IUnknown pstm);
public static final com.ms.com._Guid iid = new com.ms.com._Guid((int)0xf71aa513, (short)0x9038, (short)0x11d0, (byte)0x8c, (byte)0x3c, (byte)0x0, (byte)0xc0, (byte)0x4f, (byte)0xc2, (byte)0xaa, (byte)0x89);
}