Share via


IOCTL_KLIB_GET_POOL_STATE (Windows Embedded CE 6.0)

1/6/2010

This I/O control message retrieves the state of the paging pools.

Parameters

Parameter Description

lpInBuf

[in] Not used for this message; set to NULL.

nInBufSize

[in] Not used for this message; set to 0 (zero).

lpOutBuf

[out] Pointer to the NKPagePoolState structure, which receives the state of the loader page pool and the state of the file page pool.

nOutBufSize

[out] Size of the NKPagePoolState structure.

lpBytesReturned

[in, out] Set to NULL.

Remarks

Send this message with KernelLibIoControl.

Requirements

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

See Also

Reference

KernelLibIoControl
PagePoolState

Concepts

Paging Pool

Other Resources

Kernel I/O Controls