IOCTL_HAL_GET_CACHE_INFO (Windows Embedded CE 6.0)
1/5/2010
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
Header | pkfuncs.h |
Windows Embedded CE | Windows CE .NET 4.2 and later |