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.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