...
Code Block | ||
---|---|---|
| ||
void FSFile_LockSet (FS_FILE *p_file, |
...
FS_ERR *p_err); |
...
...
...
File |
---|
...
...
Called from |
---|
...
Code enabled by |
---|
...
rowspan | 2 |
---|
...
|
...
rowspan | 2 |
---|
...
Application; |
...
...
fs_funlockfile() |
...
rowspan | 2 |
---|
...
...
|
...
Release task ownership of a file. 1093369 Anchor
See fs_funlockfile()
for for more information. Anchor
Arguments
...
p_file
1143045 Anchor
Pointer to a file.
Anchor
p_err
Pointer to variable that will the receive return error code from this function:
...
class | WebWorks_Indent_1 |
---|
...
FS_ERR_NONE
...
...
class | WebWorks_Indent_2 |
---|
...
File lock acquired.
...
class | WebWorks_Indent_1 |
---|
...
...
FS_ERR_NULL_PTR
...
...
Argument p_file
passed a NULL pointer.
...
...
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
...
...
File not open.
...
...
FS_ERR_FILE_NOT_LOCKED
...
class | WebWorks_Indent_2 |
---|
...
File not locked or locked by different task.
...
...
Returned Value
...
None.anchor
Notes/Warnings
...
None.