术语 | getlargepageminimum |
释义 | GetLargePageMinimum 语法: C++ SIZE_T WINAPI GetLargePageMinimum(void); GetLargePageMinimum功能 检索大页面的最小尺寸。 参数 这个函数没有参数。 返回值 如果处理器支持大页面,返回值是一个大页面的最小尺寸。 如果处理器不支持大页面,返回值是零。 备注 大页面的最小大小不同,但通常为2 MB或更大。 要求: client最低支持Vista 最低支持serverWindows服务器2003 HeaderWinbase.h(头文件:winuser.h) LibraryKernel32.lib DLLKernel32.dll 参见 大页面支持 内存管理功能 如果有任何问题和意见,请发送给微软(wsddocfb@microsoft.com) 生成日期:2009年8月27日 ==英文原文==GetLargePageMinimum Function Retrieves the minimum size of a large page. Syntax C++ SIZE_T WINAPI GetLargePageMinimum(void); Parameters This function has no parameters. Return Value If the processor supports large pages, the return value is the minimum size of a large page. If the processor does not support large pages, the return value is zero. Remarks The minimum large page size varies, but it is typically 2 MB or greater. Requirements Minimum supported clientWindows Vista Minimum supported serverWindows Server 2003 HeaderWinbase.h (include Windows.h) LibraryKernel32.lib DLLKernel32.dll See Also Large Page Support Memory Management Functions Send comments about this topic to Microsoft Build date: 8/27/2009 ==原始网址==http://msdn.microsoft.com/en-us/library/aa366568(VS.85).aspx\n |
随便看 |
|
windows api函数参考手册包含2258条windows api函数文档,详细介绍nodejs、java、rust调用windows api的方法技巧,是学习windows api编程的入门中文文档。