术语 | getnumaproximitynode |
释义 | GetNumaProximityNode 语法: C++ BOOL WINAPI GetNumaProximityNode( __in ULONG ProximityId, __out PUCHAR NodeNumber ); GetNumaProximityNode功能 检索指定邻近标识符节点号码。 使用GetNumaProximityNodeEx函数来检索值为USHORT节点数目。 参数 ProximityId [in] 节点邻近标识符。 NodeNumber [out] 节点数目。如果处理器不存在,此参数是0xFF。 返回值 如果函数成功,返回值为非零。 如果函数失败,返回值是零。为了获得更多错误信息,调用GetLastError。 备注 邻近标识符存储在系统固件和通常只由系统制造商提供的管理应用。 要求: client最低支持Vista server最低支持 Windows Server 2008 HeaderWinbase.h(头文件:winuser.h) LibraryKernel32.lib DLLKernel32.dll 参见 GetNumaProcessorNode GetNumaProximityNodeEx NUMA支持 如果有任何问题和意见,请发送给微软(wsddocfb@microsoft.com) 生成日期:2009年8月27日 ==英文原文==GetNumaProximityNode Function Retrieves the node number for the specified proximity identifier. Use the GetNumaProximityNodeEx function to retrieve the node number as a USHORT value. Syntax C++ BOOL WINAPI GetNumaProximityNode( __in ULONG ProximityId, __out PUCHAR NodeNumber ); Parameters ProximityId [in] The proximity identifier of the node. NodeNumber [out] The node number. If the processor does not exist, this parameter is 0xFF. 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 Proximity identifiers are stored in system firmware and are typically used only by management applications provided by system manufacturers. Requirements Minimum supported clientWindows Vista Minimum supported serverWindows Server 2008 HeaderWinbase.h (include Windows.h) LibraryKernel32.lib DLLKernel32.dll See Also GetNumaProcessorNode GetNumaProximityNodeEx NUMA Support Send comments about this topic to Microsoft Build date: 8/27/2009 ==原始网址==http://msdn.microsoft.com/en-us/library/ms683206(VS.85).aspx\n |
随便看 |
|
windows api函数参考手册包含2258条windows api函数文档,详细介绍nodejs、java、rust调用windows api的方法技巧,是学习windows api编程的入门中文文档。