Share via


IOCTL_HAL_GET_CACHE_INFO

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

Windows Mobile Not SupportedWindows Embedded CE Supported

8/27/2008

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

See Also

Other Resources

KernelIoControl