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 |
System.Win32.WindowsString.Info
Description
A collection of FFI declarations for interfacing with Win32.
Documentation
searchPath :: Maybe WindowsString -> WindowsPath -> Maybe WindowsString -> IO (Maybe WindowsPath) Source #
data ProcessorArchitecture Source #
Instances
data SYSTEM_INFO Source #
Constructors
Instances
Storable SYSTEM_INFO Source # | |
Defined in System.Win32.Info.Internal Methods 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 Methods showsPrec :: Int -> SYSTEM_INFO -> ShowS # show :: SYSTEM_INFO -> String # showList :: [SYSTEM_INFO] -> ShowS # |
type SystemColor = UINT Source #