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

Copyright(c) Esa Ilari Vuokko, 2006
LicenseBSD-style (see the file LICENSE)
MaintainerEsa Ilari Vuokko <ei@vuokko.info>
Stabilityprovisional
Portabilityportable
Safe HaskellSafe
LanguageHaskell98

System.Win32.DebugApi

Description

A collection of FFI declarations for using Windows DebugApi.

Documentation

type PHANDLE = Ptr () Source

type THANDLE = Ptr () Source

useAllRegs :: Ptr a -> IO () Source

withThreadContext :: THANDLE -> (Ptr a -> IO b) -> IO b Source

setReg :: Ptr a -> Int -> DWORD -> IO () Source

modReg :: Ptr a -> Int -> (DWORD -> DWORD) -> IO DWORD Source