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()