Solar OS API - Files

You are here: -> Main -> File API ->


API_File_Open
API_File_Open PROC STDCALL
	ARG	@@a_file_name_ptr:dword

This function Opens an file with the filename given as parametter.

Arguments:

Argument Type Description
a_file_name_ptr dword A pointer to the null terminated string that represents the filename to be open.

Returns:

Errors:

Filename

The filename canonical format is:

Remarks:

See Also

API_File_Close