Win32
Copyright2012 shelarcy
LicenseBSD-style
Maintainershelarcy@gmail.com
StabilityProvisional
PortabilityNon-portable (Win32 API)
Safe HaskellSafe-Inferred
LanguageHaskell2010

System.Win32.Exception.Unsupported

Description

Exception handling if using unsupported Win32 API.

Documentation

data Unsupported Source #

Constructors

MissingLibrary FilePath String 
MissingFunction String String 
MissingValue String String 

Instances

Instances details
Exception Unsupported Source # 
Instance details

Defined in System.Win32.Exception.Unsupported

Methods

toException :: Unsupported -> SomeException

fromException :: SomeException -> Maybe Unsupported

displayException :: Unsupported -> String

Show Unsupported Source # 
Instance details

Defined in System.Win32.Exception.Unsupported

Methods

showsPrec :: Int -> Unsupported -> ShowS

show :: Unsupported -> String

showList :: [Unsupported] -> ShowS

unsupportedVal :: String -> IO Bool -> String -> a -> a Source #

upgradeWindowsOS :: String -> String Source #

missingWin32Function :: String -> String -> Unsupported Source #

missingWin32Value :: String -> String -> Unsupported Source #

removed :: String Source #

unsupportedIfNull :: Unsupported -> IO (Ptr a) -> IO (Ptr a) Source #