unsigned int CmtGetNumProcessors (void);
Returns the number of processors (CPUs) in the computer on which your program is running.
None.
Name | Type | Description |
numberOfProcessors | unsigned int | Returns the number of processors in the computer on which your program is running. |