Share via


OEMIsFlashAddr

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 may be destined for flash memory and thus may need to be handled differently, such as providing a RAM-based file cache area to support downloading while a flash memory update takes place.

BOOL OEMIsFlashAddr(
  DWORD dwAddr
);

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

Last updated on Wednesday, April 13, 2005

© 2005 Microsoft Corporation. All rights reserved.