pfnOEMIsRom (Windows CE 5.0)

Send Feedback

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

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.