NKPagePoolParameters (Windows Embedded CE 6.0)
1/5/2010
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
OAL Structures
IOCTL_HAL_GET_POOL_PARAMETERS
PagePoolParameters
Other Resources
Kernel Migration
Developing a Device Driver
Bringing Up a Hardware Platform