PagePoolParameters (Compact 2013)
3/28/2014
This structure contains information about either loader page pool or the file page pool. It is used in conjunction with the IOCTL_HAL_GET_POOL_PARAMETERS I/O control code.
Syntax
typedef struct {
DWORD Target;
DWORD Maximum;
DWORD ReleaseIncrement;
DWORD CriticalIncrement;
WORD NormalPriority256;
WORD CriticalPriority256;
} PagePoolParameters;
Members
Member |
Description |
---|---|
Target |
When the pool reaches or exceeds its target size, the trimming thread starts running to release pages. |
Maximum |
Not supported. |
ReleaseIncrement |
Not supported. |
CriticalIncrement |
Not supported. |
NormalPriority256 |
Not supported. |
CriticalPriority256 |
Not supported. |
Requirements
Header |
pkfuncs.h |
See Also
Reference
Kernel Structures
NKPagePoolParameters