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
| Name | Value | Description | 
|---|---|---|
| Other | 1 | An event other than specified in this enumeration  | 
			
| Unknown | 2 | Event type is unknown  | 
			
| APMTimer | 3 | Event is APM timer  | 
			
| ModemRing | 4 | Event is a Modem Ring  | 
			
| LANRemote | 5 | Event is a LAN Remove  | 
			
| PowerSwitch | 6 | Event is a power switch  | 
			
| PCIPME | 7 | Event is a PCI PME# signal  | 
			
| ACPowerRestored | 8 | AC power was restored  |