_CacheRelease
This function writes the cache line containing the address referenced by the pointer to main memory, and then marks the cache line as empty.
void __cdecl __CacheRelease(
void *
);
Parameters
- *
[in] Pointer to cache line.
Return Values
None.
Remarks
This function may do nothing if the requested functionality is not available on the target platform.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Cmnintrin.h.
See Also
Last updated on Thursday, April 08, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.