FlushInstructionCache

This function flushes the instruction cache for the specified process.

At a Glance

Header file: Winbase.h
Windows CE versions: 2.0 and later

Syntax

BOOL FlushInstructionCache( HANDLE hProcess,
LPCVOID lpBaseAddress, DWORD dwSize );

Parameters

hProcess

Handle to the process that has an instruction cache to flush.

lpBaseAddress

Unsupported; set to NULL.

dwSize

Unsupported; set to NULL.

Return Values

Nonzero indicates success. Zero indicates failure. To get extended error information, call GetLastError.