GetKdContext 宏 (wdbgexts.h)
GetKdContext 函式會傳回處理器總數,以及結構ppi中所指向的目前處理器數目。
語法
void GetKdContext(
ppi
);
參數
ppi
指向下列結構:
typedef struct _PROCESSORINFO {
USHORT Processor; // current processor
USHORT NumberProcessors; // total number of processors
} PROCESSORINFO, *PPROCESSORINFO;
傳回值
無
備註
傳回
結構中的處理器總數。
規格需求
需求 | 值 |
---|---|
目標平台 | 桌面 |
標頭 | wdbgexts.h (包含 Wdbgexts.h、Dbgeng.h) |