| Copyright | (c) Alastair Reid 1997-2003 |
|---|---|
| License | BSD-style (see the file libraries/base/LICENSE) |
| Maintainer | Esa Ilari Vuokko <ei@vuokko.info> |
| Stability | provisional |
| Portability | portable |
| Safe Haskell | None |
| Language | Haskell2010 |
System.Win32.WindowsString.DLL
Description
A collection of FFI declarations for interfacing with Win32.
Documentation
getModuleFileName :: HMODULE -> IO WindowsString Source #
getModuleHandle :: Maybe WindowsString -> IO HMODULE Source #
loadLibrary :: WindowsString -> IO HMODULE Source #
loadLibraryEx :: WindowsString -> HANDLE -> LoadLibraryFlags -> IO HMODULE Source #
setDllDirectory :: Maybe WindowsString -> IO () Source #
type LoadLibraryFlags = DWORD Source #