OEMIsFlashAddr (Windows CE 5.0)
This function determines whether the address provided lies in a platform's flash memory or RAM address range. Based on the results of this call, the OS image being downloaded might be destined for flash memory. In that case, it might need to be handled differently, for example, by providing a RAM-based file cache area to support downloading while a flash memory update takes place.
BOOL OEMIsFlashAddr(DWORDdwAddr);
Parameters
- dwAddr
[in] Address of a BIN file record. This is the address that is checked to see whether it lies in flash or RAM.
Return Values
Returns TRUE if an address is a flash address, and FALSE if not.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Blcommon.h.
Link Library: Blcommon.lib.
See Also
BLCOMMON Code Library | Implementing the OEMIsFlashAddr Function
Send Feedback on this topic to the authors