Copyright | 2012 shelarcy |
---|---|
License | BSD-style |
Maintainer | shelarcy@gmail.com |
Stability | Provisional |
Portability | Non-portable (Win32 API) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Exception handling if using unsupported Win32 API.
Documentation
missingFunction :: String -> Unsupported Source #
missingLibrary :: FilePath -> Unsupported Source #
missingValue :: String -> Unsupported Source #
missingWin32Function :: String -> String -> Unsupported Source #
missingWin32Value :: String -> String -> Unsupported Source #
unsupportedIfNull :: Unsupported -> IO (Ptr a) -> IO (Ptr a) Source #
upgradeWindowsOS :: String -> String Source #
data Unsupported Source #
Instances
Exception Unsupported Source # | |
Defined in System.Win32.Exception.Unsupported | |
Show Unsupported Source # | |
Defined in System.Win32.Exception.Unsupported |