OEMIsRom (Compact 2013)
10/16/2014
This function determines if a given address falls within a valid range of ROM addresses, and may be used to support ROM breakpoints.
Syntax
BOOL OEMIsROM(
DWORD dwShiftedPhysAddr
);
Parameters
- dwShiftedPhysAddr
The physical address, shifted right by 8 bits.
Return Value
Returns true if the specified address falls within an accessible range of ROM addresses; otherwise, false.
Remarks
If you implement OEMIsRom, set the pfnIsRom member of OEMGLOBAL to point to this function. Do not use debug trace output in this function.
Requirements
Header |
Developer Implemented |
Library |
Developer Implemented |