home *** CD-ROM | disk | FTP | other *** search
Java Source | 1998-03-05 | 2.6 KB | 49 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 IVsMenuEditor
- /** @com.interface(iid=559BAFB1-8396-11D0-B668-00AA00A3EE26, thread=AUTO) */
- public interface IVsMenuEditor extends IUnknown
- {
- /** @com.method(vtoffset=0, addFlagsVtable=4)
- @com.parameters([in,iid=F71AA513-9038-11D0-8C3C-00C04FC2AA89,thread=AUTO,type=OBJECT] pIMI, [in,iid=F71AA513-9038-11D0-8C3C-00C04FC2AA89,thread=AUTO,type=OBJECT] pIMIParent, [in,iid=F71AA513-9038-11D0-8C3C-00C04FC2AA89,thread=AUTO,type=OBJECT] pIMIInsertAfter) */
- public void AddMenuItem(iforms.host.IVsMenuItem pIMI, iforms.host.IVsMenuItem pIMIParent, iforms.host.IVsMenuItem pIMIInsertAfter);
-
- /** @com.method(vtoffset=1, addFlagsVtable=4)
- @com.parameters([in,iid=F71AA513-9038-11D0-8C3C-00C04FC2AA89,thread=AUTO,type=OBJECT] pIMI, [in,type=I4] PropId) */
- public void OnChange(iforms.host.IVsMenuItem pIMI, int PropId);
-
- /** @com.method(vtoffset=2, addFlagsVtable=4)
- @com.parameters([in,iid=F71AA513-9038-11D0-8C3C-00C04FC2AA89,thread=AUTO,type=OBJECT] pIMI) */
- public void SelectionChange(iforms.host.IVsMenuItem pIMI);
-
- /** @com.method(vtoffset=3, addFlagsVtable=4)
- @com.parameters([in,iid=F71AA513-9038-11D0-8C3C-00C04FC2AA89,thread=AUTO,type=OBJECT] pIMI, [out,type=PTR] prc, [in,type=I4] fForScrolling) */
- public void GetItemRect(iforms.host.IVsMenuItem pIMI, iforms.host.tagRECT prc, int fForScrolling);
-
- /** @com.method(vtoffset=4, addFlagsVtable=4)
- @com.parameters([out,size=1,type=ARRAY] piHeight) */
- public void GetHeight(int[] piHeight);
-
- /** @com.method(vtoffset=5, addFlagsVtable=4)
- @com.parameters([in,type=I4] hwnd, [in,type=U4] uMsg, [in,type=U4] wParam, [in,type=I4] lParam, [out,size=1,type=ARRAY] plResult) */
- public void Filter(int hwnd, int uMsg, int wParam, int lParam, int[] plResult);
-
-
- public static final com.ms.com._Guid iid = new com.ms.com._Guid((int)0x559bafb1, (short)0x8396, (short)0x11d0, (byte)0xb6, (byte)0x68, (byte)0x0, (byte)0xaa, (byte)0x0, (byte)0xa3, (byte)0xee, (byte)0x26);
- }
-