|
Mount Fuji Engine
0.8b
|
Open memory file structure. More...
Data Fields | |
| void * | pMemoryPointer |
| Pointer to the file. More... | |
| size_t | allocated |
| Amount of space allocated to file. More... | |
| int64 | fileSize |
| Size of memory file. More... | |
| bool | ownsMemory |
| This tells the filesystem to call /a MFHeap_Free() on the memory when the file is closed. More... | |
| int | cbSize |
| Size of the structure. | |
| uint32 | openFlags |
| Open file flags, this can be values from the MFOpenFlags enum. | |
Information required to open a memory file.
1.8.5