Share via


OEMFinishEraseFlash

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/27/2008

This function is called by the BLCOMMON framework when it is about to write the OS image to flash memory. Be sure that all the flash memory needed is completely erased.

Syntax

BOOL OEMFinishEraseFlash (void);

Parameters

None.

Return Value

TRUE indicates success. FALSE indicates failure. BLCOMMON will halt if failure is returned.

Requirements

Header blcommon.h
Library blcommon.lib
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Tasks

Implementing the Flash Memory Erase Functions

Concepts

BLCOMMON Code Library