Win32-2.3.1.0: A binding to part of the Win32 library

Copyright(c) Alastair Reid, 1997-2003
LicenseBSD-style (see the file libraries/base/LICENSE)
MaintainerEsa Ilari Vuokko <ei@vuokko.info>
Stabilityprovisional
Portabilityportable
Safe HaskellSafe
LanguageHaskell98

Graphics.Win32.Misc

Description

A collection of FFI declarations for interfacing with Win32.

Documentation

type Cursor = LPTSTR

type Icon = LPTSTR

type MBStyle = UINT

type MBStatus = UINT

clipCursor :: RECT -> IO ()

type Beep = UINT

type Duration = Int

beep :: WORD -> MbDuration -> IO ()

type TimerId = UINT

type TIMERPROC = FunPtr (HWND -> UINT -> TimerId -> DWORD -> IO ())