NKPagePoolParameters (Compact 2013)

3/28/2014

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

See Also

Reference

Kernel Structures
PagePoolParameters

Other Resources

OAL Structures
IOCTL_HAL_GET_POOL_PARAMETERS