Share via


NKSetDataAbortHandler

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/27/2008

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

See Also

Reference

OEMDataAbortHandler