Share via


CeGetCacheInfo

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

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

This function obtains cache information.

Syntax

BOOL CeGetCacheInfo(
  DWORD cbSize,
  PCacheInfo pCacheInfo
);

Parameters

  • cbSize
    [in] Size of the CacheInfo structure.
  • pCacheInfo
    [out] Pointer to a CacheInfo structure, which contains the cache information.

Return Value

TRUE indicates success. FALSE indicates failure.

Requirements

Header pkfuncs.h
Library coredll.lib
Windows Embedded CE Windows CE .NET 4.2 and later

See Also

Reference

Kernel Functions
CacheInfo