_VSLONGIDLEREASON Enum
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the reason for a long idle.
public enum class _VSLONGIDLEREASON
C++/CX
public enum class _VSLONGIDLEREASON
enum _VSLONGIDLEREASON
public enum _VSLONGIDLEREASON
type _VSLONGIDLEREASON =
Public Enum _VSLONGIDLEREASON
- Inheritance
-
_VSLONGIDLEREASON
Name | Value | Description |
---|---|---|
LIR_NOUSERINPUT | 1 | A time interval (specified during the AdviseLongIdleEvents call) has passed without any user input. |
LIR_SCREENSAVERACTIVE | 2 | The screen saver was activated. |
LIR_SESSIONLOCKED | 3 | The desktop/session is locked. |
Proizvod | Verzije |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |