OEMHandleVFPException (Windows Embedded CE 6.0)

1/5/2010

This function is called to handle a floating point exception reported by vector floating point (VFP) hardware.

This function is specific to ARM architecture and is only used if the CPU supports VFP.

Syntax

BOOL OEMHandleVFPException(
  EXCEPTION_RECORD* er,
  PCONTEXT pctx
);

Parameters

  • pctx
    [in] Pointer to an ARM–specific thread context structure.

Return Value

If the OEM FPU exception handler can handle the exception, TRUE is returned; otherwise, FALSE is returned.

Remarks

To make this function accessible to the kernel, assign the OAL pointer pOEMHandleVFPException in the OEMInit routine.

Requirements

Header Developer Implemented
Library OEMMain.lib or OEMMain_StaticKITL.lib
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Reference

Optional OAL Functions
OEMInit

Concepts

ARM Vector Floating-Point Unit Support

Other Resources

EXCEPTION_RECORD