CeGetCacheInfo (Compact 2013)
3/28/2014
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 |