Click or drag to resize

ShellBrowserResetFPU Method

Resets the floating point control register to what .NET expects.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax
public static void ResetFPU()
Remarks
When ShellBrowser calls Api functions that involve third party ShellExtensions it can happen that the FPU register is changed. As a consequence following .NET framework calls may fail (e.g. ArithmeticExceptions). Calling this method resets the original state of the FPU register.
See Also