CePowerOnProcessor (Compact 2013)
3/28/2014
This function turns on the specified processor.
Syntax
BOOL CePowerOnProcessor
(DWORD dwProcessor);
Parameters
- dwProcessor
[in] Specifies the number of the processor to be turned on. The processor number is a 1-based index.
Return Value
TRUE indicates success. FALSE indicates failure. Call GetLastError to obtain extended error information.
Remarks
This function can be called only in kernel mode.
Requirements
Header |
pkfuncs.h |
Library |
coredll.lib |