Encapsulates the state of a single instance of the RAM device. More...
Data Fields | |
| MFSNODE * | pMFSRoot |
| Points to the root of the Memory File System for this RAM device. | |
| HqBool | fReleaseRootOnDismount |
Indicates whether pMFSRoot should be released when the device is dismounted. | |
| uint8 | prefix [LONGESTFILENAME+1] |
| Relative path to root. | |
| void * | pSema |
| Semaphore to protect concurrent calls. | |
| int32 | iParam |
Index ticker for the stateful start_param and get_param interfaces. | |
Encapsulates the state of a single instance of the RAM device.