FPEnvSetExceptionMaskMethod
    
    
    Sets the current floating point environment mask
    
      Syntax
      FPEnvSetExceptionMask(Exceptions)
     
    
    
      DLL import code
      
        
        
          
            
<DllImport(uCalcDLL, CharSet:=CharSet.Ansi, CallingConvention:=CallingConvention.Cdecl, EntryPoint:="FPEnvSetExceptionMask")> _
Private Sub FPEnvSetExceptionMask__(ByVal uCalcHandle As IntPtr,ByVal Exceptions As Int32)
End Sub
            
          
         
        
          
            
[DllImport(uCalcDLL, CharSet=CharSet.Ansi, CallingConvention=CallingConvention.Cdecl, EntryPoint="FPEnvSetExceptionMask")]
protected static extern  void FPEnvSetExceptionMask_(IntPtr uCalcHandle, Int32 Exceptions);
            
          
         
        
          
            
{DLLImport}procedure FPEnvSetExceptionMask__(uCalcHandle: System.Pointer;Exceptions: Int32); cdecl; external uCalcDLL name 'FPEnvSetExceptionMask';
            
          
         
        
          
            
typedef  void (* __FPEnvSetExceptionMask)(void *uCalcHandle, int32_t Exceptions); 
            
          
         
        
          
            
[DllImport(uCalcLib, CharSet=CharSet::Ansi, CallingConvention=CallingConvention::Cdecl, EntryPoint = "FPEnvSetExceptionMask")]
static void FPEnvSetExceptionMask_(void *  uCalcHandle, Int32 Exceptions);