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

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

System.Win32.Mem

Description

A collection of FFI declarations for interfacing with Win32.

Documentation

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

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

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

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