#include <fsmgr.h>
Data Fields | |
| FS_FN_FORMAT | fnFormat |
| pointer to "format" function | |
| FS_FN_MOUNT | fnMount |
| pointer to "mount" function | |
| FS_FN_UNMOUNT | fnUnMount |
| pointer to "unmount" function | |
| FS_FN_PART_SIZE | fnPartSize |
| pointer to "partition size" function | |
| FS_FN_PART_FREE | fnPartFree |
| pointer to "partition free" function | |
| FS_FN_DELFILE | fnDeleteFile |
| pointer to "file delete" function | |
| FS_FN_DIREXISTS | fnDirExists |
| pointer to "directory exists" function | |
| FS_FN_DIREMPTY | fnDirEmpty |
| pointer to "directory empty" function | |
| FS_FN_RMDIR | fnRmDir |
| pointer to "remove directory" function | |
| FS_FN_MKDIR | fnMkDir |
| pointer to "make directory" function | |
| FS_FN_OPEN | fnOpen |
| pointer to "open file" function | |
| FS_FN_CLOSE | fnClose |
| pointer to "close file" function | |
| FS_FN_EOF | fnEof |
| pointer to "end of file" function | |
| FS_FN_READ | fnRead |
| pointer to "read" function | |
| FS_FN_WRITE | fnWrite |
| pointer to "write" function | |
| FS_FN_PUTC | fnPutc |
| pointer to "put character" function | |
| FS_FN_GETC | fnGetc |
| pointer to "get character" function | |
| FS_FN_SEEK | fnSeek |
| poitner to "seek" function | |
| FS_FN_FIND_FIRST | fnFindFirst |
| poitner to "find first entry" function | |
| FS_FN_FIND_NEXT | fnFindNext |
| poitner to "find next entry" function | |
| FS_FN_FIND_CLOSE | fnFindClose |
| poitner to "find close" function | |
|
|
pointer to "close file" function
|
|
|
pointer to "file delete" function
|
|
|
pointer to "directory empty" function
|
|
|
pointer to "directory exists" function
|
|
|
pointer to "end of file" function
|
|
|
poitner to "find close" function
|
|
|
poitner to "find first entry" function
|
|
|
poitner to "find next entry" function
|
|
|
pointer to "format" function
|
|
|
pointer to "get character" function
|
|
|
pointer to "make directory" function
|
|
|
pointer to "mount" function
|
|
|
pointer to "open file" function
|
|
|
pointer to "partition free" function
|
|
|
pointer to "partition size" function
|
|
|
pointer to "put character" function
|
|
|
pointer to "read" function
|
|
|
pointer to "remove directory" function
|
|
|
poitner to "seek" function
|
|
|
pointer to "unmount" function
|
|
|
pointer to "write" function
|
1.4.1