IsEndOfFile Function

Tests if the end of file has been reached.

bool IsEndOfFile(Handle file)

Parameters

Handle file

Handle to the file.

Return Value

True if end of file has been reached, false otherwise.

Errors

Invalid Handle.