Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
1/5/2010
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