Mount Fuji Engine  0.8b
Data Fields
MFOpenDataMemory Struct Reference

Open memory file structure. More...

Inheritance diagram for MFOpenDataMemory:
MFOpenData

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.
 

Detailed Description

Information required to open a memory file.


The documentation for this struct was generated from the following file: