Win32-2.13.2.1: A binding to Windows Win32 API.

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

Contents

Description

A collection of FFI declarations for accessing the Win32 registry.

Synopsis

HKEY

Creation options

REGSAM

Registry operations

regQueryValueKey :: HKEY -> Maybe String -> IO String Source #

Deprecated: Use regQueryValue instead.