FlushInstructionCache (Windows CE 5.0)
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
Send Feedback on this topic to the authors