Class MSG

    • Field Detail

      • assemblyFullName

        public static final java.lang.String assemblyFullName
        Fully assembly qualified name: WindowsBase, Version=8.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
        See Also:
        Constant Field Values
      • assemblyShortName

        public static final java.lang.String assemblyShortName
        Assembly name: WindowsBase
        See Also:
        Constant Field Values
      • className

        public static final java.lang.String className
        Qualified class name: System.Windows.Interop.MSG
        See Also:
        Constant Field Values
      • classType

        public static JCType classType
        The type managed from JCOBridge. See JCType
    • Constructor Detail

      • MSG

        public MSG​(java.lang.Object instance)
            throws java.lang.Throwable
        Internal constructor. Use with caution
        Throws:
        java.lang.Throwable
      • MSG

        public MSG()
            throws java.lang.Throwable
        Throws:
        java.lang.Throwable
    • Method Detail

      • cast

        public static MSG cast​(IJCOBridgeReflected from)
                        throws java.lang.Throwable
        Try to cast the IJCOBridgeReflected instance into MSG, a cast assert is made to check if types are compatible.
        Parameters:
        from - IJCOBridgeReflected instance to be casted
        Returns:
        MSG instance
        Throws:
        java.lang.Throwable - in case of error during cast operation
      • getmessage

        public int getmessage()
                       throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setmessage

        public void setmessage​(int message)
                        throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getpt_x

        public int getpt_x()
                    throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setpt_x

        public void setpt_x​(int pt_x)
                     throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getpt_y

        public int getpt_y()
                    throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setpt_y

        public void setpt_y​(int pt_y)
                     throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • gettime

        public int gettime()
                    throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • settime

        public void settime​(int time)
                     throws java.lang.Throwable
        Throws:
        java.lang.Throwable