diff -r 6727ea0f8fbe -r a612adaee43d make/vs/x64/Debug/Microsoft.Windows.System.Power.xml --- a/make/vs/x64/Debug/Microsoft.Windows.System.Power.xml Wed Nov 13 22:10:03 2024 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,194 +0,0 @@ - - - - Microsoft.Windows.System.Power - - - - Defines values that represent the status of the battery on the device. - - - The battery is charging. - - - The battery is discharging. - - - The battery is idle. - - - The battery is not present. - - - Defines values that represent the status of the display that is associated with the app's session. - - - The display is dimmed. - - - The display is off. - - - The display is on. - - - Defines values that represent the effective power mode of the device. - - - The device is in the balanced effective power mode. - - - The device is in battery saver mode. - - - The device is in the better battery effective power mode. - - - The device is in game mode power mode. - - - The device is in the high performance effective power mode. - - - The device is in the maximum performance effective power mode. - - - The device is in the windows mixed reality power mode. - - - Defines values that represent the battery saver states of the device. - - - Battery saver is disabled. - - - Battery saver is off. - - - Battery saver is on. - - - Battery saver is uninitialized. - - - Provides static events that notify your app of changes to the devices power state and static properties that provide access to current power state information. - - - Raised when the status of the battery on the device has changed. - - - Raised when the status of the display that is associated with the app's session. - - - Raised when the effective power mode of the device has changed. - - - Raised when battery saver has been turned off or on in response to changing power conditions. - - - Raised when the power source of the device has changed. - - - Raised when the power supply status of the device has changed. - - - Raised when the remaining charge percentage of the battery on the device has changed. - - - Raised when the remaining discharge time of the battery on the device has changed. - - - Raised when the system is busy. This indicates that the system will not be moving into an idle state in the near future and that the current time is a good time for components to perform background or idle tasks that would otherwise prevent the computer from entering an idle state. - - - Raised when the suspend status of the device has changed. - - - Raised when the user status associated with the app's session has changed. - - - Gets the current status of the battery on the device. - The current status of the battery. - - - Gets the current status of the display that is associated with the app's session. - The current status of the display that is associated with the app's session. - - - Gets the current effective power mode of the device. - The current effective power mode of the device. - - - Gets the current state of battery saver on the device. - - - Gets the current power source of the device. - The current power source of the device. - - - Gets the current power supply status of the device. - The current power supply status of the device. - - - Gets the remaining charge percentage of the battery on the device. - The remaining charge percentage of the battery. - - - Gets the remaining discharge time of the battery on the device. - The remaining discharge time of the battery. - - - Gets the current suspend status of the device. - The current suspend status of the device. - - - Gets the current user status associated with the app's session. - The current user present status of the device. - - - Defines values that represent the power source of the device. - - - The computer is powered by an AC power source (or similar, such as a laptop powered by a 12V automotive adapter). - - - The computer is powered by an onboard battery power source. - - - Defines values that represent the power supply status of the device. - - - Power supply is adequate. - - - Power supply is not adequate. - - - Power supply is not present. - - - Defines values that represent the suspend status of the device. - - - The device is automatically resuming from suspend state. - - - The device is entering suspend state. - - - The user has manually resumed the device from suspend state. - - - The suspend status is not initialized. - - - Defines values that represent the user status associated with the app's session. - - - The user is absent. - - - The user is present. - - - \ No newline at end of file