◆ FMappedFileHandleWindows()
| FMappedFileHandleWindows::FMappedFileHandleWindows |
( |
HANDLE |
InHandle, |
|
|
HANDLE |
InMappingHandle, |
|
|
int64 |
Size, |
|
|
const TCHAR * |
InDebugFilename |
|
) |
| |
|
inline |
◆ ~FMappedFileHandleWindows()
| FMappedFileHandleWindows::~FMappedFileHandleWindows |
( |
| ) |
|
|
inline |
◆ MapRegion()
Map a region of the file.
- Parameters
-
| Offset | Offset into the file to start mapping. |
| BytesToMap | Number of bytes to map. Clamped to the size of the file. |
| Flags | A combination of EMappingFlags values |
- Returns
- the mapped region interface. Returns nullptr on failure.
Implements IMappedFileHandle.
◆ UnMap()
The documentation for this class was generated from the following file: