NKPagePoolState

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

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
Windows Embedded CE Windows Embedded CE 6.0 and later

See Also

Reference

Kernel Structures
PagePoolState

Other Resources

PagePoolParameters
Kernel Migration
Developing a Device Driver
Bringing Up a Hardware Platform