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.
This IOCTL is used to retrieve cache information.
The KernelIoControl function calls this IOCTL.
Parameters
dwIoControlCode
[in] Set to IOCTL_HAL_GET_CACHE_INFO.lpInBuf
[in] Input buffer, set to NULL.nInBufSize
[in] Size of lpInBuf, in bytes.Set to zero.
lpOutBuf
[out] Pointer to an allocated buffer of size CacheInfo.nOutBufSize
[out] Set to sizeof(CacheInfo).lpBytesReturned
[in] Pointer to a DWORD value that returns the number of bytes, which is equal to CacheInfo.
Return Values
TRUE indicates success. FALSE indicates failure.
Requirements
OS Versions: Windows CE .NET 4.2 and later.
Header: Pkfuncs.h.
See Also
Send Feedback on this topic to the authors