术语 | getnumahighestnodenumber |
释义 | GetNumaHighestNodeNumber 语法: C++ BOOL WINAPI GetNumaHighestNodeNumber( __out PULONG HighestNodeNumber ); GetNumaHighestNodeNumber功能 检索节点目前最高的数字。 参数 HighestNodeNumber [out] 的最高节点号码。 返回值 如果函数成功,返回值为非零。 如果函数失败,返回值是零。为了获得更多错误信息,调用GetLastError。 备注 的最高节点数目不能保证节点的总数。 以检索在一个节点的所有处理器列表,使用GetNumaNodeProcessorMask功能。 实例 有关示例,请参见分配从NUMA节点内存。 要求: 最低支持clientWindows Vista中,Windows XP Professional x64版本,Windows XP SP2中 最低支持serverWindows服务器2003 HeaderWinbase.h(头文件:winuser.h) LibraryKernel32.lib DLLKernel32.dll 参见 GetNumaNodeProcessorMask NUMA支持 进程和线程函数 如果有任何问题和意见,请发送给微软(wsddocfb@microsoft.com) 生成日期:2009年8月27日 ==英文原文==GetNumaHighestNodeNumber Function Retrieves the node that currently has the highest number. Syntax C++ BOOL WINAPI GetNumaHighestNodeNumber( __out PULONG HighestNodeNumber ); Parameters HighestNodeNumber [out] The number of the highest node. 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 . Remarks The number of the highest node is not guaranteed to be the total number of nodes. To retrieve a list of all processors in a node, use the GetNumaNodeProcessorMask function. Examples For an example, see Allocating Memory from a NUMA Node . Requirements Minimum supported clientWindows Vista, Windows XP Professional x64 Edition, Windows XP with SP2 Minimum supported serverWindows Server 2003 HeaderWinbase.h (include Windows.h) LibraryKernel32.lib DLLKernel32.dll See Also GetNumaNodeProcessorMask NUMA Support Process and Thread Functions Send comments about this topic to Microsoft Build date: 8/27/2009 ==原始网址==http://msdn.microsoft.com/en-us/library/ms683203(VS.85).aspx\n |
随便看 |
|
windows api函数参考手册包含2258条windows api函数文档,详细介绍nodejs、java、rust调用windows api的方法技巧,是学习windows api编程的入门中文文档。