Skip to content

Latest commit

 

History

History
69 lines (60 loc) · 2.37 KB

nf-processthreadsapi-getcurrentprocessornumberex.md

File metadata and controls

69 lines (60 loc) · 2.37 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:processthreadsapi.GetCurrentProcessorNumberEx
GetCurrentProcessorNumberEx function (processthreadsapi.h)
Retrieves the processor group and number of the logical processor in which the calling thread is running.
GetCurrentProcessorNumberEx
GetCurrentProcessorNumberEx function
base.getcurrentprocessornumberex
processthreadsapi/GetCurrentProcessorNumberEx
winbase/GetCurrentProcessorNumberEx
base\getcurrentprocessornumberex.htm
processthreadsapi
46c3d3f7-7a82-40d3-8a9e-0f8d0df534f3
12/05/2018
GetCurrentProcessorNumberEx, GetCurrentProcessorNumberEx function, base.getcurrentprocessornumberex, processthreadsapi/GetCurrentProcessorNumberEx, winbase/GetCurrentProcessorNumberEx
processthreadsapi.h
Windows.h
Windows
Windows 7 [desktop apps \| UWP apps]
Windows Server 2008 R2 [desktop apps \| UWP apps]
Kernel32.lib
Kernel32.dll
Windows
19H1
GetCurrentProcessorNumberEx
processthreadsapi/GetCurrentProcessorNumberEx
c++
APIRef
kbSyntax
DllExport
kernel32.dll
API-MS-Win-Core-ProcessThreads-l1-1-1.dll
KernelBase.dll
MinKernelBase.dll
API-MS-Win-Core-ProcessThreads-l1-1-2.dll
api-ms-win-downlevel-kernel32-l1-1-0.dll
API-MS-Win-Core-ProcessThreads-L1-1-3.dll
GetCurrentProcessorNumberEx

GetCurrentProcessorNumberEx function

-description

Retrieves the processor group and number of the logical processor in which the calling thread is running.

-parameters

-param ProcNumber [out]

A pointer to a PROCESSOR_NUMBER structure that receives the processor group to which the logical processor is assigned and the number of the logical processor within its group.

-remarks

To compile an application that uses this function, set _WIN32_WINNT >= 0x0601. For more information, see Using the Windows Headers.