...
Code Block | ||
---|---|---|
| ||
void FSFile_BufFlush (FS_FILE *p_file, |
...
FS_ERR *p_err); |
...
...
File |
---|
...
Called from |
---|
...
rowspan | 2 |
---|
...
Code enabled by |
---|
...
|
...
rowspan | 2 |
---|
...
Application; |
...
|
...
rowspan | 2 |
---|
...
|
...
fs_fflush()
for for more information.Arguments
...
p_file
Anchor
Pointer to a file.
...
p_err
Anchor
Pointer to variable that will receive the return error code from this function:
...
...
FS_ERR_NONE
...
class | WebWorks_Indent_2 |
---|
...
File buffer flushed successfully.
...
class | WebWorks_Indent_1 |
---|
...
FS_ERR_NULL_PTR
...
...
Argument p_file
passed a NULL pointer.
...
class | WebWorks_Indent_1 |
---|
...
FS_ERR_INVALID_TYPE
...
class | WebWorks_Indent_2 |
---|
...
Argument p_file
's type is invalid or unknown.
...
class | WebWorks_Indent_1 |
---|
...
FS_ERR_FILE_NOT_OPEN
...
class | WebWorks_Indent_2 |
---|
...
File not open.
...
Returned Value
...
None. Anchor
Notes/Warnings
...
None.