KeQueryNodeActiveProcessorCount - NtDoc

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

ULONG KeQueryNodeActiveProcessorCount(
  [in] USHORT NodeNumber
);

View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-wdm-kequerynodeactiveprocessorcount)

Description

This routine returns the number of active processors in the given NUMA node across all groups.

Parameters

NodeNumber [in]

A value of type USHORT that specifies the node number of the node to query.

Return value

Returns a ULONG value specifying the number of active processors in the specified NUMA node or zero if an invalid node number was specified.

Remarks

See also

KeQueryNodeActiveAffinity2

NUMA Support