OALFlushDCache (Windows CE 5.0)

Send Feedback

This function flushes the data cache, writing the modified cache entries for the write back cache back to main memory. This invalidates the current cache location.

VOID OALFlushDCache();

Parameters

None.

Return Values

None.

Remarks

OEMCacheRangeFlush calls this internal function as appropriate based on the dwFlags parameter.

Requirements

OS Versions: Windows CE Version 5.0 and later
Header: Oal_cache.h
Link Library: Developer-defined

See Also

Cache Functions

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.