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

Class WinUser.HMONITOR

  • All Implemented Interfaces:
    NativeMapped
    Enclosing interface:
    WinUser


    public static class WinUser.HMONITOR
    extends WinNT.HANDLE
    Each physical display is represented by a monitor handle of type HMONITOR. A valid HMONITOR is guaranteed to be non-NULL. A physical display has the same HMONITOR as long as it is part of the desktop.
    • Constructor Detail

      • HMONITOR

        public HMONITOR()
        Instantiates a new HMONITOR.
      • HMONITOR

        public HMONITOR(Pointer p)
        Instantiates a new HMONITOR.
        Parameters:
        p - the pointer
JNA API 5.10.0

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