Share via


CeGetCacheInfo (Windows CE 5.0)

Send Feedback

This function retrieves the cache information.

BOOL CeGetCacheInfo(DWORDcbSize,PCacheInfopCacheInfo );

Parameters

  • cbSize
    [in] Equal to sizeof(CacheInfo).
  • pCacheInfo
    [out] Pointer to a CacheInfo structure, which contains the cache information.

Return Values

TRUE indicates success. FALSE indicates failure.

Requirements

OS Versions: Windows CE .NET 4.2 and later.
Header: Pkfuncs.h.
Link Library: Coredll.lib.

See Also

CacheInfo

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.