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

Copyright(c) Alastair Reid 1997-2003
LicenseBSD-style (see the file libraries/base/LICENSE)
MaintainerEsa Ilari Vuokko <ei@vuokko.info>
Stabilityprovisional
Portabilityportable
Safe HaskellTrustworthy
LanguageHaskell2010

System.Win32.Registry

Description

A collection of FFI declarations for accessing the Win32 registry.

Documentation

type REGSAM = Word32 #

regCloseKey :: HKEY -> IO () #

regFlushKey :: HKEY -> IO () #

regLoadKey :: HKEY -> String -> String -> IO () #

regSetValue :: HKEY -> String -> String -> IO () #