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

Copyright(c) Simon Marlow 2007
LicenseBSD-style (see the file LICENSE)
MaintainerSimon Marlow
Stabilityprovisional
Portabilityportable
Safe HaskellTrustworthy
LanguageHaskell2010

System.Win32.Security

Contents

Description

FFI-bindings to interact with Win32 Security

Synopsis

Types

data SID #

type PSID = Ptr SID #

data ACL #

type PACL = Ptr ACL #

Functions

getFileSecurity :: String -> SECURITY_INFORMATION -> IO SecurityDescriptor #