Share via


NKPagePoolState (Compact 2013)

3/28/2014

This structure contains information about the state of the loader page pool and the file page pool. It is used in conjunction with the IOCTL_KLIB_GET_POOL_STATE I/O control code, the PagePoolState structure, and the PagePoolParameters structure.

Syntax

typedef struct {
  WORD Version;
  WORD Reserved;
  PagePoolParameters LoaderParams;
  PagePoolState      LoaderState;
  PagePoolParameters FileParams;
  PagePoolState      FileState;
} NKPagePoolState;

Members

  • Version
    Caller must set this to 1.
  • Reserved
    Not used.
  • LoaderParams
    PagePoolParameters structure for the loader page pool.
  • LoaderState
    PagePoolState structure for the loader page pool.
  • FileParams
    PagePoolParameters structure for the file page pool.
  • FileState
    PagePoolState structure for the file page pool.

Requirements

Header

pkfuncs.h

See Also

Reference

Kernel Structures
PagePoolState
PagePoolParameters