Klasse PhysicalMonitorEnumerationAPI.PHYSICAL_MONITOR

java.lang.Object
com.sun.jna.Structure
com.sun.jna.platform.win32.PhysicalMonitorEnumerationAPI.PHYSICAL_MONITOR
Umschließende Schnittstelle:
PhysicalMonitorEnumerationAPI

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

    • hPhysicalMonitor

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

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

    • PHYSICAL_MONITOR

      public PHYSICAL_MONITOR()