home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 July & August / Pcwk78a98.iso / Micrsoft / VJ / COMMON / IDE / IDE98 / WFCFORMS.CAB / iforms / host / IVsMenuEditor.java < prev    next >
Text File  |  1998-03-05  |  3KB  |  49 lines

  1. //
  2. // Auto-generated using JActiveX.EXE 4.79.2207
  3. //   (E:\IRONWOOD\tools\jactivex -nologo -d E:\IRONWOOD\build\Retail -p:b- -p iforms.host E:\IRONWOOD\build\Retail\iforms\host\ifmenu.tlb)
  4. //
  5. // WARNING: Do not remove the comments that include "@com" directives.
  6. // This source file must be compiled by a @com-aware compiler.
  7. // If you are using the Microsoft Visual J++ compiler, you must use
  8. // version 1.02.3920 or later. Previous versions will not issue an error
  9. // but will not generate COM-enabled class files.
  10. //
  11.  
  12. package iforms.host;
  13.  
  14. import com.ms.com.*;
  15. import com.ms.com.IUnknown;
  16. import com.ms.com.Variant;
  17.  
  18. // VTable-only interface IVsMenuEditor
  19. /** @com.interface(iid=559BAFB1-8396-11D0-B668-00AA00A3EE26, thread=AUTO) */
  20. public interface IVsMenuEditor extends IUnknown
  21. {
  22.   /** @com.method(vtoffset=0, addFlagsVtable=4)
  23.       @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) */
  24.   public void AddMenuItem(iforms.host.IVsMenuItem pIMI, iforms.host.IVsMenuItem pIMIParent, iforms.host.IVsMenuItem pIMIInsertAfter);
  25.  
  26.   /** @com.method(vtoffset=1, addFlagsVtable=4)
  27.       @com.parameters([in,iid=F71AA513-9038-11D0-8C3C-00C04FC2AA89,thread=AUTO,type=OBJECT] pIMI, [in,type=I4] PropId) */
  28.   public void OnChange(iforms.host.IVsMenuItem pIMI, int PropId);
  29.  
  30.   /** @com.method(vtoffset=2, addFlagsVtable=4)
  31.       @com.parameters([in,iid=F71AA513-9038-11D0-8C3C-00C04FC2AA89,thread=AUTO,type=OBJECT] pIMI) */
  32.   public void SelectionChange(iforms.host.IVsMenuItem pIMI);
  33.  
  34.   /** @com.method(vtoffset=3, addFlagsVtable=4)
  35.       @com.parameters([in,iid=F71AA513-9038-11D0-8C3C-00C04FC2AA89,thread=AUTO,type=OBJECT] pIMI, [out,type=PTR] prc, [in,type=I4] fForScrolling) */
  36.   public void GetItemRect(iforms.host.IVsMenuItem pIMI, iforms.host.tagRECT prc, int fForScrolling);
  37.  
  38.   /** @com.method(vtoffset=4, addFlagsVtable=4)
  39.       @com.parameters([out,size=1,type=ARRAY] piHeight) */
  40.   public void GetHeight(int[] piHeight);
  41.  
  42.   /** @com.method(vtoffset=5, addFlagsVtable=4)
  43.       @com.parameters([in,type=I4] hwnd, [in,type=U4] uMsg, [in,type=U4] wParam, [in,type=I4] lParam, [out,size=1,type=ARRAY] plResult) */
  44.   public void Filter(int hwnd, int uMsg, int wParam, int lParam, int[] plResult);
  45.  
  46.  
  47.   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);
  48. }
  49.