Retrieves the amount of memory available in the specified node.
Syntax
BOOL WINAPI GetNumaAvailableMemoryNode(
__in UCHAR Node,
__out PULONGLONG AvailableBytes
);
Parameters
- Node [in]
-
The number of the node.
- AvailableBytes [out]
-
The amount of available memory for the node, in bytes.
Return Value
If the function succeeds, the return value is nonzero.
If the function fails, the return value is zero. To get extended error information, call
GetLastError.
Requirements
| Client | Requires Windows Vista, Windows XP Professional x64 Edition, or Windows XP SP2. |
| Server | Requires Windows Server 2008 or Windows Server 2003. |
| Header | Declared in Winbase.h; include Windows.h. |
| Library | Use Kernel32.lib. |
| DLL | Requires Kernel32.dll. |
See Also
NUMA Support
Process and Thread Functions
Send comments about this topic to Microsoft
Build date: 8/7/2008