www.beck-ipc.com

@CHIP-RTOS C Library V2.00 - BIOS API


BIOS_Get_File_Name

Get file name by handle.

int BIOS_Get_File_Name ( char far * filename, unsigned int handle );

Parameters

filename

Output parameter:   Pointer to 13 character buffer which will receive the nil terminated file name associated with the provided handle.

handle

File handle.

Return Value

0:   Success
-1:   Invalid file handle

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