Changes

2 bytes added ,  18:03, 13 August 2016
Line 358: Line 358:  
|-
 
|-
 
|FSOpenFile
 
|FSOpenFile
βˆ’
|<code>FSStatus FSOpenFile FSClient *client, FSCmdBlock *block, const char *path, const char *mode, FSFileHandle *fileHandle, FSRetFlag errHandling );
+
|<code>FSStatus FSOpenFile( FSClient *client, FSCmdBlock *block, const char *path, const char *mode, FSFileHandle *fileHandle, FSRetFlag errHandling );
 
|Open file stream
 
|Open file stream
 
| -1 -3 -4 -6 -7 -8 -9 -10 -12 -13 -15 -17 -18 -19
 
| -1 -3 -4 -6 -7 -8 -9 -10 -12 -13 -15 -17 -18 -19
Line 370: Line 370:  
|-
 
|-
 
|FSReadFile
 
|FSReadFile
βˆ’
|<code>FSStatus FSReadFile FSClient *client, FSCmdBlock *block, void *dest, FSSize size, FSCount count, FSFileHandle fileHandle, FSFlagflag, FSRetFlag errHandling
+
|<code>FSStatus FSReadFile( FSClient *client, FSCmdBlock *block, void *dest, FSSize size, FSCount count, FSFileHandle fileHandle, FSFlagflag, FSRetFlag errHandling
 
|Read data from an open file.
 
|Read data from an open file.
 
|Non-negative value ( >= 0 ) = Number of elements read or -1 -9 -15 -17 -18  
 
|Non-negative value ( >= 0 ) = Number of elements read or -1 -9 -15 -17 -18