SPI_SETSCREENSAVETIMEOUT top-level constant

  1. @Deprecated('Use SYSTEM_PARAMETERS_INFO_ACTION.SPI_SETSCREENSAVETIMEOUT instead')
int const SPI_SETSCREENSAVETIMEOUT

Sets the screen saver time-out value to the value of the uiParam parameter. This value is the amount of time, in seconds, that the system must be idle before the screen saver activates.

If the machine has entered power saving mode or system lock state, an ERROR_OPERATION_IN_PROGRESS exception occurs.

Implementation

@Deprecated(
    'Use SYSTEM_PARAMETERS_INFO_ACTION.SPI_SETSCREENSAVETIMEOUT instead')
const SPI_SETSCREENSAVETIMEOUT = 0x000F;