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 | Safe |
Language | Haskell2010 |
A collection of FFI declarations for interfacing with Win32.
Documentation
type SystemColor = UINT #
getFullPathName :: FilePath -> IO FilePath #
getLongPathName :: FilePath -> IO FilePath #
getShortPathName :: FilePath -> IO FilePath #
data ProcessorArchitecture #
Instances
Eq ProcessorArchitecture # | |
Defined in System.Win32.Info (==) :: ProcessorArchitecture -> ProcessorArchitecture -> Bool # (/=) :: ProcessorArchitecture -> ProcessorArchitecture -> Bool # | |
Show ProcessorArchitecture # | |
Defined in System.Win32.Info | |
Storable ProcessorArchitecture # | |
Defined in System.Win32.Info sizeOf :: ProcessorArchitecture -> Int Source # alignment :: ProcessorArchitecture -> Int Source # peekElemOff :: Ptr ProcessorArchitecture -> Int -> IO ProcessorArchitecture Source # pokeElemOff :: Ptr ProcessorArchitecture -> Int -> ProcessorArchitecture -> IO () Source # peekByteOff :: Ptr b -> Int -> IO ProcessorArchitecture Source # pokeByteOff :: Ptr b -> Int -> ProcessorArchitecture -> IO () Source # peek :: Ptr ProcessorArchitecture -> IO ProcessorArchitecture Source # poke :: Ptr ProcessorArchitecture -> ProcessorArchitecture -> IO () Source # |
data SYSTEM_INFO #
Instances
Show SYSTEM_INFO # | |
Defined in System.Win32.Info | |
Storable SYSTEM_INFO # | |
Defined in System.Win32.Info sizeOf :: SYSTEM_INFO -> Int Source # alignment :: SYSTEM_INFO -> Int Source # peekElemOff :: Ptr SYSTEM_INFO -> Int -> IO SYSTEM_INFO Source # pokeElemOff :: Ptr SYSTEM_INFO -> Int -> SYSTEM_INFO -> IO () Source # peekByteOff :: Ptr b -> Int -> IO SYSTEM_INFO Source # pokeByteOff :: Ptr b -> Int -> SYSTEM_INFO -> IO () Source # peek :: Ptr SYSTEM_INFO -> IO SYSTEM_INFO Source # poke :: Ptr SYSTEM_INFO -> SYSTEM_INFO -> IO () Source # |
c_GetSystemInfo :: Ptr SYSTEM_INFO -> IO () #
sM_ARRANGE :: SMSetting #
sM_CXFRAME :: SMSetting #
sM_CYFRAME :: SMSetting #
getUserName :: IO String #
sM_NETWORK :: SMSetting #