Class Ddeml.MONERRSTRUCT

java.lang.Object
com.sun.jna.Structure
com.sun.jna.platform.win32.Ddeml.MONERRSTRUCT
Enclosing interface:
Ddeml

@FieldOrder({"cb","wLastError","dwTime","hTask"}) public static class Ddeml.MONERRSTRUCT extends Structure
Contains information about the current Dynamic Data Exchange (DDE) error. A DDE monitoring application can use this structure to monitor errors returned by DDE Management Library functions.
  • Field Details

    • cb

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

      public int wLastError
      The current error.
    • dwTime

      public int dwTime
      The Windows time at which the error occurred. 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) that called the DDE function that caused the error.
  • Constructor Details

    • MONERRSTRUCT

      public MONERRSTRUCT()