CeGetCacheInfo (Windows Embedded CE 6.0)

1/6/2010

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