Win32-2.5.4.1: 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 PID = DWORD Source #

type TID = DWORD Source #

type PHANDLE = Ptr () Source #

type THANDLE = Ptr () Source #

useAllRegs :: Ptr a -> IO () Source #

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

dr :: Int -> Int Source #

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

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