Class WinUser.LASTINPUTINFO

java.lang.Object
com.sun.jna.Structure
com.sun.jna.platform.win32.WinUser.LASTINPUTINFO
Enclosing interface:
WinUser

@FieldOrder({"cbSize","dwTime"}) public static class WinUser.LASTINPUTINFO extends Structure
Contains the time of the last input.
Author:
dblock[at]dblock.org, Andreas "PAX" Lück, onkelpax-git[at]yahoo.de
  • Field Details

    • cbSize

      public int cbSize
    • dwTime

      public int dwTime
  • Constructor Details

    • LASTINPUTINFO

      public LASTINPUTINFO()