Share via


NKPagePoolParameters

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

Windows Mobile Not SupportedWindows Embedded CE Supported

8/27/2008

This structure contains data about the parameters of the loader page pool and the file page pool. It is passed to the IOCTL_HAL_GET_POOL_PARAMETERS I/O control code.

Syntax

typedef struct {
  WORD NKVersion;
  WORD OEMVersion;
  PagePoolParameters Loader;
  PagePoolParameters File;
} NKPagePoolParameters;

Members

Member Description

NKVersion

Kernel sets this to 1.

OEMVersion

OEM must set this to 1.

Loader

PagePoolParameters structure for the loader page pool.

File

PagePoolParameters structure for the file page pool.

Requirements

Header pkfuncs.h
Windows Embedded CE Windows Embedded CE 6.0 and later

See Also

Reference

IOCTL_HAL_GET_POOL_PARAMETERS
PagePoolParameters

Other Resources

Kernel Migration
Developing a Device Driver
Bringing Up a Hardware Platform