Inheritance diagram for MFOpenDataMemory:

Data Fields | |
| char * | pMemoryPointer |
| Pointer to the file. | |
| int | fileSize |
| Size of memory file. | |
| uint32 | allocated |
| Amount of space allocated to file. | |
| bool | ownsMemory |
| This tells the filesystem to call /a MFHeap_Free() on the memory when the file is closed. | |
| int | cbSize |
| Size of the structure. | |
| uint32 | openFlags |
| Open file flags, this can be values from the MFOpenFlags enum. | |
1.4.5