DosGetProcessorCount
Appearance
Get count of usable processors
Parameters
- pCount (PULONG) - input
- Pointer to returned count of usable processors.
Returns
- NO_ERROR
- ERROR_INVALID_PARAMETER
Remarks
DosGetProcessorCount returns the count of usable processors.
Example Code
Calling Sequence.
APIRET DosGetProcessorCount (PULONG pCount)