- Name
-
hw_FClose -- close a file handle (V5.0)
- Synopsis
-
int ok = hw_FClose(APTR handle);
- Function
-
This function closes the specified file handle, finishing all pending writes.
hw_FClose()
returns True
on success, False
otherwise.
This function is thread-safe.
- Designer compatibility
-
Supported since Designer 4.0
- Inputs
-
- handle
- file handle returned by hw_FOpen()
- Results
-
- ok
True
on success, False
on failure