Name
hw_FFlush -- flush all pending writes (V6.0)
Synopsis
int ok = hw_FFlush(APTR handle);
Function
This function will flush any pending buffered write operations to the specified file handle and return True on success, False otherwise.

This function is thread-safe.

Designer compatibility
Supported since Designer 5.0

Inputs
handle
file handle returned by hw_FOpen()
Results
ok
True on success, False on failure

Show TOC