DosSetProcessorStatus
Description
Set the status for the specified
processor.
Calling Sequence
APIRET DosSetProcessorStatus
(ULONG ProcNum, PULONG pStatus)
Parameters
ProcNum (ULONG)
- input The processor number for which the status is to be set.
pStatus (PULONG) - input
A pointer to the status for the specified processor.
Returns
DosSetProcessorStatus returns
the following values:
0
87
Remarks
DosSetProcessorStatus sets the
status for the specified processor. A 0 indicates OFFLINE and a 1 indicates
ONLINE. All other values are reserved.
Related Functions
o
o
o
[Back: DosGetProcessorStatus]
[Next: DosAllocThreadLocalMemory]