This topic has not yet been rated - Rate this topic

PagePoolParameters (Compact 7)

6/2/2013

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.


typedef struct {
  DWORD Target;
  DWORD Maximum;
  DWORD ReleaseIncrement;
  DWORD CriticalIncrement;
  WORD NormalPriority256;
  WORD CriticalPriority256;
} PagePoolParameters;

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.

Header

pkfuncs.h

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.