Beispiel #1
0
 public static extern void SetMonitorRedGreenOrBlueGain(IntPtr hMonitor, MC_GAIN_TYPE gtGainType, UInt32 dwNewGain);
 public static extern void SetMonitorRedGreenOrBlueGain(IntPtr hMonitor, MC_GAIN_TYPE gtGainType, UInt32 dwNewGain);
Beispiel #3
0
 public static extern void GetMonitorRedGreenOrBlueGain(IntPtr hMonitor, MC_GAIN_TYPE gtGainType, [Out] out UInt32 pdwMinimumGain, [Out] out UInt32 pdwCurrentGain, [Out] out UInt32 pdwMaximumGain);
 public static extern void GetMonitorRedGreenOrBlueGain(IntPtr hMonitor, MC_GAIN_TYPE gtGainType, [Out] out UInt32 pdwMinimumGain, [Out] out UInt32 pdwCurrentGain, [Out] out UInt32 pdwMaximumGain);