The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
GetLargePageMinimum function
Retrieves the minimum size of a large page.
Syntax
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 client |
Windows Vista [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2003 [desktop apps only] |
|
Header |
|
|
Library |
|
|
DLL |
|
See also
Show: