CeGetCacheInfo (Windows CE 5.0)
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
Send Feedback on this topic to the authors