Win32-2.3.0.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 HaskellTrustworthy
LanguageHaskell98

System.Win32.DebugApi

Description

A collection of FFI declarations for using Windows DebugApi.

Documentation

type PHANDLE = Ptr ()Source

type THANDLE = Ptr ()Source

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

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