Skip navigation links
JNA API 5.6.0
com.sun.jna.platform.win32

Class Ddeml.MONMSGSTRUCT

    • Field Detail

      • cb

        public int cb
        The structure's size, in bytes.
      • hwndTo

        public WinDef.HWND hwndTo
        A handle to the window that receives the DDE message.
      • dwTime

        public int dwTime
        The Windows time at which the message was sent or posted. Windows time is the number of milliseconds that have elapsed since the system was booted.
      • hTask

        public WinNT.HANDLE hTask
        A handle to the task (application instance) containing the window that receives the DDE message.
      • wMsg

        public int wMsg
        The identifier of the DDE message.
      • wParam

        public WinDef.WPARAM wParam
        The wParam parameter of the DDE message.
      • lParam

        public WinDef.LPARAM lParam
        The lParam parameter of the DDE message.
    • Constructor Detail

      • MONMSGSTRUCT

        public MONMSGSTRUCT()
JNA API 5.6.0

Copyright © 2007-2018 Timothy Wall. All Rights Reserved.