Important: The information in this document is obsolete and should not be used for new development.
FullProcessorSpeed
You can use theFullProcessorSpeedfunction to find out whether the computer will run at full speed the next time it restarts.
Boolean FullProcessorSpeed();DESCRIPTION
TheFullProcessorSpeedfunction returns a Boolean value oftrueif, on the next restart, the computer will start up at its maximum processor speed; it returnsfalseif the computer will start up at its reduced processor speed.ASSEMBLY-LANGUAGE INFORMATION
The trap is_PowerMgrDispatch($A09E). The selector value forFullProcessorSpeedis 18 ($12) in the low word of register D0. The Boolean result is returned in the low byte of register D0.