DosGetProcessorStatus
Description
Get the status for the specified
processor.
Calling Sequence
APIRET DosGetProcessorStatus
(ULONG ProcNum, PULONG pStatus)
Parameters
ProcNum (ULONG)
- input The processor number for which the status is to be gotten.
pStatus (PULONG) - output
A pointer to the status for the specified processor.
Returns
DosGetProcessorStatus returns
the following values:
0
87
Remarks
DosGetProcessorStatus returns
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: DosGetProcessorIdleTime]
[Next: DosSetProcessorStatus]