Share via


___location::from_numa_node Method

Returns a ___location object which represents a given NUMA node.

static ___location __cdecl from_numa_node(
   unsigned short _NumaNodeNumber
);

Parameters

  • _NumaNodeNumber
    The NUMA node number to construct a ___location for.

Return Value

A ___location representing the NUMA node specified by the _NumaNodeNumber parameter.

Requirements

Header: concrt.h

Namespace: concurrency

See Also

Reference

___location Class