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

Portabilityportable
Stabilityprovisional
MaintainerEsa Ilari Vuokko <ei@vuokko.info>
Safe HaskellTrustworthy

Graphics.Win32.GDI.Types

Description

A collection of FFI declarations for interfacing with Win32.

Documentation

withPOINT :: POINT -> (Ptr POINT -> IO a) -> IO aSource

allocaRECT :: (Ptr RECT -> IO a) -> IO aSource

type SIZE = (LONG, LONG)Source

allocaSIZE :: (Ptr SIZE -> IO a) -> IO aSource

withPOINTArray :: [POINT] -> (Ptr POINT -> Int -> IO a) -> IO aSource

withRECT :: RECT -> (Ptr RECT -> IO a) -> IO aSource