Share via


NKSetDataAbortHandler (Windows CE 5.0)

Send Feedback

This function is supplied to allow an OEM to replace the default abort handler on an ARM built OS.

PFNVOID NKSetDataAbortHandler(PFNVOIDpfnDataAbortHandler);

Parameters

  • pfnDataAbortHandler
    [out] Pointer to the OEM-supplied data abort handler.

Return Values

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

OS Versions: Windows CE .NET 4.0 and later.
Header: Pkfuncs.h.
Link Library: Coredll.lib.

See Also

OEMDataAbortHandler

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.