IOCTL_KLIB_GET_POOL_STATE

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

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

This I/O control queries the state of the paging pool. It is used in conjunction with the KernelLibIoControl function, the NKPagePoolState structure, and the PagePoolState structure.

Parameters

Parameter Description

dwIoControlCode

[in] Set to this I/O control.

lpInBuf

[in] Pointer to the NKPagePoolState structure.

nInBufSize

[in] Size of the NKPagePoolState structure.

lpOutBuf

[out] Set to NULL.

nOutBufSize

[out] Set to zero.

lpBytesReturned

[in/out] Set to NULL.

Return Value

TRUE indicates success. FALSE indicates failure.

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