DosGetProcessorCount
Description
Get the count of usable processors
Calling Sequence
APIRET DosGetProcessorCount
(PULONG pCount)
Parameters
pCount (PULONG)
- output A pointer to the count of usable processors.
Returns
DosGetProcessorCount returns
the following values:
0
87
Remarks
DosGetProcessorCount returns
the number of usable processors.
Related Functions
o
o
o
[Back: DosFreeSpinLock]
[Next: DosGetProcessorIdleTime]