Main Page | Modules | Namespace List | Data Structures | Directories | File List | Namespace Members | Data Fields | Globals

T_FS_FUNCTIONS Struct Reference
[File System Management]

#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


Field Documentation

FS_FN_CLOSE T_FS_FUNCTIONS::fnClose
 

pointer to "close file" function

FS_FN_DELFILE T_FS_FUNCTIONS::fnDeleteFile
 

pointer to "file delete" function

FS_FN_DIREMPTY T_FS_FUNCTIONS::fnDirEmpty
 

pointer to "directory empty" function

FS_FN_DIREXISTS T_FS_FUNCTIONS::fnDirExists
 

pointer to "directory exists" function

FS_FN_EOF T_FS_FUNCTIONS::fnEof
 

pointer to "end of file" function

FS_FN_FIND_CLOSE T_FS_FUNCTIONS::fnFindClose
 

poitner to "find close" function

FS_FN_FIND_FIRST T_FS_FUNCTIONS::fnFindFirst
 

poitner to "find first entry" function

FS_FN_FIND_NEXT T_FS_FUNCTIONS::fnFindNext
 

poitner to "find next entry" function

FS_FN_FORMAT T_FS_FUNCTIONS::fnFormat
 

pointer to "format" function

FS_FN_GETC T_FS_FUNCTIONS::fnGetc
 

pointer to "get character" function

FS_FN_MKDIR T_FS_FUNCTIONS::fnMkDir
 

pointer to "make directory" function

FS_FN_MOUNT T_FS_FUNCTIONS::fnMount
 

pointer to "mount" function

FS_FN_OPEN T_FS_FUNCTIONS::fnOpen
 

pointer to "open file" function

FS_FN_PART_FREE T_FS_FUNCTIONS::fnPartFree
 

pointer to "partition free" function

FS_FN_PART_SIZE T_FS_FUNCTIONS::fnPartSize
 

pointer to "partition size" function

FS_FN_PUTC T_FS_FUNCTIONS::fnPutc
 

pointer to "put character" function

FS_FN_READ T_FS_FUNCTIONS::fnRead
 

pointer to "read" function

FS_FN_RMDIR T_FS_FUNCTIONS::fnRmDir
 

pointer to "remove directory" function

FS_FN_SEEK T_FS_FUNCTIONS::fnSeek
 

poitner to "seek" function

FS_FN_UNMOUNT T_FS_FUNCTIONS::fnUnMount
 

pointer to "unmount" function

FS_FN_WRITE T_FS_FUNCTIONS::fnWrite
 

pointer to "write" function


The documentation for this struct was generated from the following file:
Generated on Thu Mar 2 16:11:31 2006 for VDK Blacksheep by  doxygen 1.4.1