DISPLAY_DEVICE_ACTIVE top-level constant

  1. @Deprecated('Use DISPLAY_DEVICE_STATE_FLAGS.DISPLAY_DEVICE_ACTIVE instead')
int const DISPLAY_DEVICE_ACTIVE

DISPLAY_DEVICE_ACTIVE specifies whether a monitor is presented as being "on" by the respective GDI view.

Implementation

@Deprecated('Use DISPLAY_DEVICE_STATE_FLAGS.DISPLAY_DEVICE_ACTIVE instead')
const DISPLAY_DEVICE_ACTIVE = 0x00000001;