www.beck-ipc.com

@CHIP-RTOS C Library V2.00 - 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.


This API List
List of C Libraries
@CHIP-RTOS Main Index


End of document