pfnOEMIsRom (Windows Embedded CE 6.0)

1/5/2010

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.

Syntax

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

Reference

Optional OAL Variables
OEMIsRom
OEMInit

Other Resources

Adding Support for ROM Breakpoints