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 | Trustworthy |
Language | Haskell98 |
A collection of FFI declarations for interfacing with Win32.
Documentation
type SystemColor = UINT
getFullPathName :: FilePath -> IO FilePath
c_getWindowsDirectory :: LPTSTR -> UINT -> IO UINT
c_getSystemDirectory :: LPTSTR -> UINT -> IO UINT
c_getCurrentDirectory :: DWORD -> LPTSTR -> IO UINT
c_getTempPath :: DWORD -> LPTSTR -> IO UINT
data SYSTEM_INFO
c_GetSystemInfo :: Ptr SYSTEM_INFO -> IO ()