OEMHandleVFPException (Windows CE 5.0)
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.
BOOL OEMHandleVFPException(EXCEPTION_RECORD* er,PCONTEXTpctx);
Parameters
- er
[in] Pointer to an EXCEPTION_RECORD structure. - pctx
[in] Pointer to an ARM–specific thread context structure.
Return Values
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
OS Versions: Windows CE .NET 4.0 and later.
Header: Not applicable.
Link Library: Nk.lib.
See Also
EXCEPTION_RECORD | OEMInit | ARM Vector Floating-Point Unit Support
Send Feedback on this topic to the authors