Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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