Share via


_CacheWriteBack

This function writes the cache line containing the address referenced by the pointer to main memory.

void __cdecl __CacheWriteback(
  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

Common Intrinsic Functions

 Last updated on Thursday, April 08, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.