request counting

About this tag
The request counting tag on WindowsForum.com covers topics related to tracking and managing user interactions in Windows applications. A key discussion involves preventing screen locks in UWP apps, where developers need to handle idle time detection for passive experiences like video or music players. The tag includes methods for using APIs to request that the system not enter a low-power state during specific app activities. This is relevant for Windows 10 and UWP development, focusing on power management and user experience. The content provides practical code examples and references to Microsoft documentation for implementing these features.
  1. News

    How to prevent screen locks in your UWP apps

    After a certain amount of idle time, Windows 10 devices may dim the display, activate the lock screen, or power down the display in order to conserve power. The amount of idle time required before this occurs depends on a device’s user settings. Unfortunately, this can turn out to be an...
Back
Top