OEMWriteFlash (Windows CE 5.0)

Send Feedback

This function writes to flash memory the OS image that might be stored in a RAM file cache area. It is called by the BLCOMMON framework.

BOOL OEMWriteFlash(DWORDdwStartAddr,DWORDdwLength);

Parameters

  • dwStartAddr
    [in] Address in flash memory where the start of the downloaded OS image is to be written. If this is not a flash memory block-aligned address, the platform code must take this into account and handle it as a special case.
  • dwLength
    [in] Length of the OS image, in bytes, to be written to flash memory.

Return Values

TRUE indicates success. FALSE indicates failure.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Blcommon.h.
Link Library: Blcommon.lib.

See Also

BLCOMMON Code Library | Implementing the OEMWriteFlash Function

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.