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 Accelerator = LPCTSTR Source
loadAccelerators :: Maybe HINSTANCE -> Accelerator -> IO HACCEL Source
c_LoadAccelerators :: HINSTANCE -> Accelerator -> IO HACCEL Source
type StdHandleId = DWORD Source
getStdHandle :: StdHandleId -> IO HANDLE Source
c_GetStdHandle :: StdHandleId -> IO HANDLE Source
setCursorPos :: POINT -> IO () Source
clipCursor :: RECT -> IO () Source
type ExitOption = UINT Source
exitWindowsEx :: ExitOption -> IO () Source
c_ExitWindowsEx :: ExitOption -> DWORD -> IO Bool Source
exitWindows :: IO () Source
type MbDuration = Maybe Duration Source
maybeDuration :: Maybe Duration -> Duration Source
messageBeep :: Maybe Beep -> IO () Source
c_MessageBeep :: Beep -> IO () Source
beep :: WORD -> MbDuration -> IO () Source
type MilliSeconds = DWORD Source