Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Other versions of this page are also available for the following:
.gif)
.gif)
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