Copyright | (c) Alastair Reid 1997-2003 |
---|---|
License | BSD-style (see the file libraries/base/LICENSE) |
Maintainer | Esa Ilari Vuokko <ei@vuokko.info> |
Stability | provisional |
Portability | portable |
Safe Haskell | None |
Language | Haskell2010 |
A collection of FFI declarations for interfacing with Win32.
Documentation
searchPath :: Maybe WindowsString -> WindowsPath -> Maybe WindowsString -> IO (Maybe WindowsPath) Source #
data ProcessorArchitecture Source #
Instances
Storable ProcessorArchitecture Source # | |
Defined in System.Win32.Info.Internal sizeOf :: ProcessorArchitecture -> Int # alignment :: ProcessorArchitecture -> Int # peekElemOff :: Ptr ProcessorArchitecture -> Int -> IO ProcessorArchitecture # pokeElemOff :: Ptr ProcessorArchitecture -> Int -> ProcessorArchitecture -> IO () # peekByteOff :: Ptr b -> Int -> IO ProcessorArchitecture # pokeByteOff :: Ptr b -> Int -> ProcessorArchitecture -> IO () # peek :: Ptr ProcessorArchitecture -> IO ProcessorArchitecture # poke :: Ptr ProcessorArchitecture -> ProcessorArchitecture -> IO () # | |
Show ProcessorArchitecture Source # | |
Defined in System.Win32.Info.Internal showsPrec :: Int -> ProcessorArchitecture -> ShowS # show :: ProcessorArchitecture -> String # showList :: [ProcessorArchitecture] -> ShowS # | |
Eq ProcessorArchitecture Source # | |
Defined in System.Win32.Info.Internal (==) :: ProcessorArchitecture -> ProcessorArchitecture -> Bool # (/=) :: ProcessorArchitecture -> ProcessorArchitecture -> Bool # |
data SYSTEM_INFO Source #
Instances
Storable SYSTEM_INFO Source # | |
Defined in System.Win32.Info.Internal sizeOf :: SYSTEM_INFO -> Int # alignment :: SYSTEM_INFO -> Int # peekElemOff :: Ptr SYSTEM_INFO -> Int -> IO SYSTEM_INFO # pokeElemOff :: Ptr SYSTEM_INFO -> Int -> SYSTEM_INFO -> IO () # peekByteOff :: Ptr b -> Int -> IO SYSTEM_INFO # pokeByteOff :: Ptr b -> Int -> SYSTEM_INFO -> IO () # peek :: Ptr SYSTEM_INFO -> IO SYSTEM_INFO # poke :: Ptr SYSTEM_INFO -> SYSTEM_INFO -> IO () # | |
Show SYSTEM_INFO Source # | |
Defined in System.Win32.Info.Internal showsPrec :: Int -> SYSTEM_INFO -> ShowS # show :: SYSTEM_INFO -> String # showList :: [SYSTEM_INFO] -> ShowS # |
type SystemColor = UINT Source #