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

Enum HighLevelMonitorConfigurationAPI.MC_CAPS

    • Enum Constant Detail

      • MC_CAPS_COLOR_TEMPERATURE

        public static final HighLevelMonitorConfigurationAPI.MC_CAPS MC_CAPS_COLOR_TEMPERATURE
        The monitor supports the GetMonitorColorTemperature and SetMonitorColorTemperature functions.
      • MC_CAPS_RED_GREEN_BLUE_GAIN

        public static final HighLevelMonitorConfigurationAPI.MC_CAPS MC_CAPS_RED_GREEN_BLUE_GAIN
        The monitor supports the GetMonitorRedGreenOrBlueGain and SetMonitorRedGreenOrBlueGain functions.
      • MC_CAPS_RED_GREEN_BLUE_DRIVE

        public static final HighLevelMonitorConfigurationAPI.MC_CAPS MC_CAPS_RED_GREEN_BLUE_DRIVE
        The monitor supports the GetMonitorRedGreenOrBlueDrive and SetMonitorRedGreenOrBlueDrive functions.
      • MC_CAPS_DISPLAY_AREA_POSITION

        public static final HighLevelMonitorConfigurationAPI.MC_CAPS MC_CAPS_DISPLAY_AREA_POSITION
        The monitor supports the GetMonitorDisplayAreaPosition and SetMonitorDisplayAreaPosition functions.
      • MC_CAPS_DISPLAY_AREA_SIZE

        public static final HighLevelMonitorConfigurationAPI.MC_CAPS MC_CAPS_DISPLAY_AREA_SIZE
        The monitor supports the GetMonitorDisplayAreaSize and SetMonitorDisplayAreaSize functions.
      • MC_CAPS_RESTORE_FACTORY_COLOR_DEFAULTS

        public static final HighLevelMonitorConfigurationAPI.MC_CAPS MC_CAPS_RESTORE_FACTORY_COLOR_DEFAULTS
        The monitor supports the RestoreMonitorFactoryColorDefaults function.
      • MC_RESTORE_FACTORY_DEFAULTS_ENABLES_MONITOR_SETTINGS

        public static final HighLevelMonitorConfigurationAPI.MC_CAPS MC_RESTORE_FACTORY_DEFAULTS_ENABLES_MONITOR_SETTINGS
        If this flag is present, calling the RestoreMonitorFactoryDefaults function enables all of the monitor settings used by the high-level monitor configuration functions. For more information, see the Remarks section in RestoreMonitorFactoryDefaults.
    • Method Detail

      • values

        public static HighLevelMonitorConfigurationAPI.MC_CAPS[] values()
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
        for (HighLevelMonitorConfigurationAPI.MC_CAPS c : HighLevelMonitorConfigurationAPI.MC_CAPS.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static HighLevelMonitorConfigurationAPI.MC_CAPS valueOf(String name)
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
        Parameters:
        name - the name of the enum constant to be returned.
        Returns:
        the enum constant with the specified name
        Throws:
        IllegalArgumentException - if this enum type has no constant with the specified name
        NullPointerException - if the argument is null
      • getFlag

        public int getFlag()
        Specified by:
        getFlag in interface FlagEnum
        Returns:
        the flag value - usually 2^n
JNA API 4.2.0

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