|
System.Win32.FileMapping | Portability | portable
| Stability | provisional
| Maintainer | Esa Ilari Vuokko <ei@vuokko.info>
|
|
|
|
Description |
A collection of FFI declarations for interfacing with Win32 mapped files.
|
|
Synopsis |
|
|
|
Documentation |
|
|
Maps file fully and returns ForeignPtr and length of the mapped area.
The mapped file is opened read-only and shared reading.
|
|
|
As mapFile, but returns ByteString
|
|
|
|
|
|
:: | | => FilePath | Write? (False = read-only)
| -> Bool | Sharing mode, no sharing, share read, share read+write
| -> Maybe Bool | Action
| -> Integer -> MappedObject -> IO a | | -> IO a | | Opens an existing file and creates mapping object to it.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Produced by Haddock version 2.6.0 |