Win32-2.6.2.1: A binding to Windows Win32 API.
Copyright(c) Simon Marlow 2007
LicenseBSD-style (see the file LICENSE)
MaintainerSimon Marlow
Stabilityprovisional
Portabilityportable
Safe HaskellTrustworthy
LanguageHaskell2010

System.Win32.Security

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 #