Win32-2.14.1.0: A binding to Windows Win32 API.
Copyright(c) Esa Ilari Vuokko 2006
LicenseBSD-style (see the file LICENSE)
MaintainerEsa Ilari Vuokko <ei@vuokko.info>
Stabilityprovisional
Portabilityportable
Safe HaskellSafe-Inferred
LanguageHaskell2010

System.Win32.Event

Description

A collection of FFI declarations for interfacing with Win32 event system between processes.

Synopsis

Duplicate options

Access modes

Wait results

Managing events

openEvent :: AccessMode -> Bool -> String -> IO HANDLE Source #

createEvent :: Maybe SECURITY_ATTRIBUTES -> Bool -> Bool -> String -> IO HANDLE Source #

setEvent :: HANDLE -> IO () Source #

Signalling objects

Waiting on objects