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

Class Ddeml.MONERRSTRUCT

  • Enclosing interface:
    Ddeml


    @Structure.FieldOrder(value={"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 Detail

      • 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 Detail

      • MONERRSTRUCT

        public MONERRSTRUCT()
JNA API 5.6.0

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