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.
This variable is a pointer to an OEMIsRom function.
By default, pfnOEMIsRom is initially assigned to a function that always returns FALSE. An OEM should re-assign this pointer to an appropriate OEM-owned function during OEMInit.
extern BOOL(*pfnOEMIsRom) (LPVOID pvAddr, DWORD cbSize);
Remarks
The OEMIsRom function determines if a given address range falls in an accessible region of ROM addresses. The kernel debugger uses this function to support ROM breakpoints.
See Also
Adding Support for ROM Breakpoints | OEMIsRom | OEMInit
Send Feedback on this topic to the authors