Solar_OS API Reference

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


API_File_Close
API_File_Close PROC STDCALL 
	ARG	file_handle:dword

This function Closes a previousely opened file with the given handle.

Arguments:

Argument Type Description
file_handle dword Handle of the file to be closed

Returns:

Errors:

Remarks:

See Also

API_File_Open