Type a page name and press Enter. You'll jump to the page if it exists, or you can create it if it doesn't.
To create a page in a module other than Structures, prefix the name with the module name and a period.
Structure MACHINE_POWER_POLICY
Private Revision As UInteger
Private MinSleepAc As SYSTEM_POWER_STATE
Private MinSleepDc As SYSTEM_POWER_STATE
Private ReducedLatencySleepAc As SYSTEM_POWER_STATE
Private ReducedLatencySleepDc As SYSTEM_POWER_STATE
Private DozeTimeoutAc As UInteger
Private DozeTimeoutDc As UInteger
Private DozeS4TimeoutAc As UInteger
Private DozeS4TimeoutDc As UInteger
Private MinThrottleAc As Byte
Private MinThrottleDc As Byte
<MarshalAs(UnmanagedType.ByValArray, SizeConst := 2)> _
Private pad1 As Byte()
Private OverThrottledAc As POWER_ACTION_POLICY
Private OverThrottledDc As POWER_ACTION_POLICY
End Structure