[This is preliminary documentation and subject to change.]
Represents power management states of a thread.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
| Member Name | Description | Value |
|---|---|---|
| None | The thread has no power relevant state. | 0 |
| SystemRequired | Informs the system that the thread is performing some operation that is not normally detected as activity by the system. | 1 |
| DisplayRequired | Informs the system that the thread is performing some operation that is not normally detected as display activity by the system. | 2 |
| UserPresent | Informs the system that a user is present. If a user is present, the system will use the power policy settings set by the user. Otherwise, the system does not wake the display device and will return to the sleeping state as soon as possible. | 4 |
| Continous | Informs the system that the state being set should remain in effect until the next call that uses Continous and one of the other state flags is cleared. | 2147483648 |
Namespace: KvTv.Components
Assembly: KvTv.DirectShow.Components (in KvTv.DirectShow.Components.dll)