
Data Fields | |
| RwSLLink * | next |
| RwInt32 | maxNbOpenFiles |
| RtFileSystemStatus | status |
| RwChar * | deviceName |
| RwBool | defaultToAsync |
| RtFileSystemGetFileFunc | fsGetObject |
| RtFileSystemCloseFunc | fsClose |
| RtFileSystemGetDeviceNameFunc | fsGetDeviceName |
| rtFileSystemCallBacks | CallBacks |
| RtFileSystemFileFunctionTable | fsFileFunc |
| RwChar | name [RTFS_MAX_NAME_LENGTH] |
|
|
File system callbacks. |
|
|
If TRUE, default all operations to asynchronous, use RtFileSystemDefaultToAsync to set this variable. |
|
|
User defined file system device name. |
|
|
Perform some file system specific free operations. |
|
|
File system file function table. |
|
|
Return the actual device name, i.e. not the user defined one for this file system. |
|
|
Get a file object from this file system (to be implemented by each custom file system). |
|
|
Maximum number of concurrently opened files. |
|
|
File system name
|
|
|
Pointer to next file system in the file system list. |
|
|
File system status |
© 1993-2004 Criterion Software Limited. All rights reserved. Built Thu Feb 12 13:46:45 2004.
Send Feedback