@CHIP-RTOS C Library V2.06 - BIOS API
BIOS_Get_File_Sharing_Mode
Get the current file sharing mode. int BIOS_Get_File_Sharing_Mode ( void ); Parameters
- -- none --
Return Value
- sharing mode: Non-zero if sharing mode is enabled
Comments
- By default file sharing is disabled. This has the effect, that
a file which is opened for write access can't be opened a second time for
read or write access.
To avoid this security feature you can enable file sharing. This
can also be done with the CHIP.INI entry
FILESHARING.
See Also
RTOS API
- This library function invokes a RTOS software interrupt.
Refer to this RTOS API function's
documentation
for more details.
Supported since or modified in @CHIP-RTOS version-
SC12 | SC13 | SC11 | SC1x3 |
-
V1.02 | V1.00 | V1.00 | V0.90 |
This API List
List of C Libraries
@CHIP-RTOS Main Index
End of document
|