小甲鱼 发表于 2016-5-16 15:33:02

GetLargePageMinimum

注:本文档由 n0noper 翻译,小甲鱼校对。

原文链接 -> 传送门

函数功能:

GetLargePageMinimum 函数用于获取一个大页面的最小尺寸。


API 函数原型:

SIZE_T WINAPI GetLargePageMinimum(void);

参数解析:

该函数没有参数。

返回值:

1. 如果处理器支持大页面,返回值为一个大页面的最小尺寸;

2. 如果处理器不支持大页面,返回值为 0。


备注:

大页面的最小尺寸也是各不相同,但是通常为 2MB 或更大。


需求:


Minimum supported client Windows Vista [仅桌面应用程序]
Minimum supported server Windows 2003 服务器版 [仅桌面应用程序]
Header WinBase.h (包含于 Windows.h)
Library Kernel32.lib
DLL Kernel32.dll


【API档案】版权归鱼C工作室(www.fishc.com)所有,转载请注明来源。

页: [1]
查看完整版本: GetLargePageMinimum