JNA API 5.4.0

Class PhysicalMonitorEnumerationAPI.PHYSICAL_MONITOR

  • Enclosing interface:
    PhysicalMonitorEnumerationAPI


    @FieldOrder({"hPhysicalMonitor","szPhysicalMonitorDescription"})
    public static class PhysicalMonitorEnumerationAPI.PHYSICAL_MONITOR
    extends Structure
    Contains a handle and text description corresponding to a physical monitor.
    • Field Detail

      • hPhysicalMonitor

        public WinNT.HANDLE hPhysicalMonitor
        Handle to the physical monitor.
      • szPhysicalMonitorDescription

        public char[] szPhysicalMonitorDescription
        Text description of the physical monitor (always 128 chars)
    • Constructor Detail

      • PHYSICAL_MONITOR

        public PHYSICAL_MONITOR​()
JNA API 5.4.0

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