SYSTEMINFO

Structure used to retrieve multiprocessor system information.

NOTE:  This structure supercedes MPSYSTEMINFO. New applications should use SYSTEMINFO instead.

Syntax

typedef struct _SYSTEMINFO {
    DWORD NumberProcessors;
    
    DWORD NumberWindowsProcessors;
    DWORD NumberRTSSProcessors;
} SYSTEMINFO, *PSYSTEMINFO;

Members

NumberProcessors

Total number of processors detected on the system.

NumberWindowsProcessors

Number of processors assigned to Windows.

NumberRTSSProcessors

Number of processors assigned to RTX.

IntervalZero.com | Support | Give Feedback