Copyright | 2013 shelarcy |
---|---|
License | BSD-style |
Maintainer | shelarcy@gmail.com |
Stability | Provisional |
Portability | Non-portable (Win32 API) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Provide PostMessage function and friends.
Documentation
postMessage :: MbHWND -> WindowMessage -> WPARAM -> LPARAM -> IO () Source #
c_PostMessage :: HWND -> WindowMessage -> WPARAM -> LPARAM -> IO BOOL Source #
postQuitMessage :: Int -> IO () Source #
postThreadMessage :: DWORD -> WindowMessage -> WPARAM -> LPARAM -> IO () Source #
c_PostThreadMessage :: DWORD -> WindowMessage -> WPARAM -> LPARAM -> IO BOOL Source #
inSendMessage :: IO Bool Source #