GetCurrentProcessorNumber function
Retrieves the number of the processor the current thread was running on during the call to this function.
Syntax
DWORD WINAPI GetCurrentProcessorNumber(void);
Parameters
This function has no parameters.
Return value
The function returns the current processor number.
Remarks
This function is used to provide information for estimating process performance.
On systems with more than 64 logical processors, the GetCurrentProcessorNumber function returns the processor number within the processor group to which the logical processor is assigned. Use the GetCurrentProcessorNumberEx function to retrieve the processor group and number of the current processor.
Requirements
|
Minimum supported client |
Windows Vista [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2003 [desktop apps only] |
|
Header |
|
|
Library |
|
|
DLL |
|
See also
Show: