FlushInstructionCache (Windows CE 5.0)

Send Feedback

This function flushes the instruction cache for the specified process.

BOOL FlushInstructionCache( HANDLEhProcess,LPCVOID lpBaseAddress,DWORDdwSize );

Parameters

  • hProcess
    [in] Handle to the process that has an instruction cache to flush.
  • lpBaseAddress
    [in] Unsupported; set to NULL.
  • dwSize
    [in] Unsupported; set to NULL.

Return Values

Nonzero indicates success.

Zero indicates failure.

To get extended error information, call GetLastError.

Requirements

OS Versions: Windows CE 2.0 and later.
Header: Winbase.h.
Link Library: Coredll.lib.

See Also

Process and Thread Functions

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.