Portability | portable |
---|---|
Stability | provisional |
Maintainer | Esa Ilari Vuokko <ei@vuokko.info> |
Safe Haskell | Trustworthy |
A collection of FFI declarations for interfacing with Win32.
Documentation
type Accelerator = LPCTSTRSource
loadAccelerators :: Maybe HINSTANCE -> Accelerator -> IO HACCELSource
c_LoadAccelerators :: HINSTANCE -> Accelerator -> IO HACCELSource
type StdHandleId = DWORDSource
setCursorPos :: POINT -> IO ()Source
clipCursor :: RECT -> IO ()Source
type ExitOption = UINTSource
exitWindowsEx :: ExitOption -> IO ()Source
c_ExitWindowsEx :: ExitOption -> DWORD -> IO BoolSource
exitWindows :: IO ()Source
type MbDuration = Maybe DurationSource
messageBeep :: Maybe Beep -> IO ()Source
c_MessageBeep :: Beep -> IO ()Source
beep :: WORD -> MbDuration -> IO ()Source
type MilliSeconds = DWORDSource