_VSLONGIDLEREASON Enum
Definition
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
public enum class _VSLONGIDLEREASON
enum _VSLONGIDLEREASON
public enum _VSLONGIDLEREASON
type _VSLONGIDLEREASON =
Public Enum _VSLONGIDLEREASON
- Inheritance
-
_VSLONGIDLEREASON
Fields
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. |