GetProcessorCount 函式
傳回基礎系統上的硬體執行緒數目。
unsigned int __cdecl GetProcessorCount();
傳回值
硬體執行緒的數目。
備註
如果並行執行階段不支援作業系統,會擲回 unsupported_os。 最早支援的作業系統是 Windows XP (Service Pack 3)。
需求
標頭: concrtrm.h
Namespace: 並行存取
傳回基礎系統上的硬體執行緒數目。
unsigned int __cdecl GetProcessorCount();
硬體執行緒的數目。
如果並行執行階段不支援作業系統,會擲回 unsupported_os。 最早支援的作業系統是 Windows XP (Service Pack 3)。
標頭: concrtrm.h
Namespace: 並行存取