NdisCurrentProcessorIndex - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// ndis.h

ULONG NdisCurrentProcessorIndex();
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-ndis-ndiscurrentprocessorindex)

NdisCurrentProcessorIndex function

Description

The NdisCurrentProcessorIndex function returns the system-assigned number of the current processor that the caller is running on.

Return value

NdisCurrentProcessorIndex returns a ULONG value that represents the processor that the caller is currently running on. The number of processors in a symmetric multiprocessor (SMP) computer is a zero-based value.

Remarks

NDIS drivers call the NdisCurrentProcessorIndex function to obtain the system-assigned number of the current processor that the caller is running on.

See also

KeGetCurrentProcessorNumber

NDIS_CURRENT_PROCESSOR_NUMBER