Win32-2.3.0.2: 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 HaskellTrustworthy
LanguageHaskell98

System.Win32.Mem

Description

A collection of FFI declarations for interfacing with Win32.

Documentation

copyMemory :: Ptr a -> Ptr a -> DWORD -> IO ()

moveMemory :: Ptr a -> Ptr a -> DWORD -> IO ()

fillMemory :: Ptr a -> DWORD -> BYTE -> IO ()

zeroMemory :: Ptr a -> DWORD -> IO ()

memset :: Ptr a -> CInt -> CSize -> IO ()

type HGLOBAL = Addr

heapLock :: HANDLE -> IO ()

virtualLock :: Addr -> DWORD -> IO ()