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