#include <nitro/mi.h>
void MI_IsCacheLoading(const MICache *cache);
cache | Pointer to the MICache structure.The cache must have been initialized using MI_InitCache() . |
Returns TRUE if there is one or more pages in the load-wait state; otherwise, returns FALSE.
Determines whether a page that has entered the "waiting to load" state as a result of a call to MI_ReadCache()
exists.
Pages that are in the "waiting to load" state can be switched to the "loaded" state by calling MI_LoadCache()
.
This feature is a utility that enables efficient read access to devices. For more information, see the reference for the MICache
structure.
MI_ReadCache MI_LoadCache MI_IsCacheLoading
MICache
2007/05/16 Initial version.
CONFIDENTIAL