MPSYSTEMINFO

Structure used to retrieve multiprocessor system information.

NOTE:  This structure is superceded by SYSTEMINFO. New applications should use SYSTEMINFO instead.

Syntax

typedef struct _MPSYSTEMINFO {
    TCHAR ProcessorType;
    DWORD NumberProcessors;
} MPSYSTEMINFO, *PMPSYSTEMINFO

Members

ProcessorType

This value is always MP, which indicates that this a multiprocessor machine.

NumberProcessors

Total number of processors in the machine.

IntervalZero.com | Support | Give Feedback