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 ClipboardFormat = UINT
changeClipboardChain :: HWND -> HWND -> IO Bool
closeClipboard :: IO ()
emptyClipboard :: IO ()
c_GetClipboardFormatName :: ClipboardFormat -> LPTSTR -> Int -> IO Int
openClipboard :: HWND -> IO ()
c_OpenClipboard :: HWND -> IO BOOL
setClipboardData :: ClipboardFormat -> HANDLE -> IO HANDLE
c_SetClipboardData :: ClipboardFormat -> HANDLE -> IO HANDLE
setClipboardViewer :: HWND -> IO HWND
c_SetClipboardViewer :: HWND -> IO HWND