Klasse Ddeml.MONMSGSTRUCT

java.lang.Object
com.sun.jna.Structure
com.sun.jna.platform.win32.Ddeml.MONMSGSTRUCT
Umschließende Schnittstelle:
Ddeml

@FieldOrder({"cb","hwndTo","dwTime","hTask","wMsg","wParam","lParam","dmhd"}) public static class Ddeml.MONMSGSTRUCT extends Structure
  • Felddetails

    • 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.
    • dmhd

      Additional information about the DDE message.
  • Konstruktordetails

    • MONMSGSTRUCT

      public MONMSGSTRUCT()