LabWindows/CVI

Content Type
Programming Language
Current manual

CmtGetNumProcessors

CmtGetNumProcessors

unsigned int CmtGetNumProcessors (void);

Purpose

Returns the number of processors (CPUs) in the computer on which your program is running.

Parameters

None.

Return Value

Name Type Description
numberOfProcessors unsigned int Returns the number of processors in the computer on which your program is running.

Additional Information

Library: Utility Library

Include file: utility.h

LabWindows/CVI compatibility: LabWindows/CVI 5.5 and later

Was this information helpful?