WakeUpType 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 kind of event that causes a computer to power up
public enum class WakeUpType
public enum class WakeUpType
enum WakeUpType
public enum WakeUpType
type WakeUpType =
Public Enum WakeUpType
- Inheritance
-
WakeUpType
Fields
ACPowerRestored | 8 | AC power was restored |
APMTimer | 3 | Event is APM timer |
LANRemote | 5 | Event is a LAN Remove |
ModemRing | 4 | Event is a Modem Ring |
Other | 1 | An event other than specified in this enumeration |
PCIPME | 7 | Event is a PCI PME# signal |
PowerSwitch | 6 | Event is a power switch |
Unknown | 2 | Event type is unknown |