Class Kernel32.MENU_EVENT_RECORD

  • Enclosing class:
    Kernel32

    @JniClass(flags={STRUCT,TYPEDEF},
              conditional="defined(_WIN32) || defined(_WIN64)")
    public static class Kernel32.MENU_EVENT_RECORD
    extends java.lang.Object
    see: http://msdn.microsoft.com/en-us/library/ms684213(v=VS.85).aspx
    • Field Summary

      Fields 
      Modifier and Type Field Description
      int commandId  
      static int SIZEOF  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      private static void init()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • SIZEOF

        @JniField(flags=CONSTANT,
                  accessor="sizeof(MENU_EVENT_RECORD)")
        public static int SIZEOF
      • commandId

        @JniField(accessor="dwCommandId")
        public int commandId
    • Constructor Detail

      • MENU_EVENT_RECORD

        public MENU_EVENT_RECORD()
    • Method Detail

      • init

        @JniMethod(flags=CONSTANT_INITIALIZER)
        private static final void init()