NKSetDataAbortHandler (Windows Embedded CE 6.0)
1/5/2010
This function is supplied to allow an OEM to replace the default abort handler on an ARM built OS.
Syntax
PFNVOID NKSetDataAbortHandler(
PFNVOID pfnDataAbortHandler
);
Parameters
- pfnDataAbortHandler
[out] Pointer to the OEM-supplied data abort handler.
Return Value
The pointer to the active data abort handler.
Remarks
This function allows the ARMV4 kernel to run on an ARMV4I processor after the data abort handler is moved to the OAL.
Requirements
Header | pkfuncs.h |
Library | coredll.lib |
Windows Embedded CE | Windows CE .NET 4.0 and later |