原文链接 -> 传送门
函数功能:
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 |




