Admin Production ni-theme
Current Publication

eof

LabWindows/CVI

eof

int eof (int fileHandle);

Purpose

Tests the end-of-file indicator for the specified handle.

Note Note  This function is only available on the Windows version of LabWindows/CVI.
Note Note  This function is not in the ANSI standard. To use this function, you must include lowlvlio.h in your program.

Parameters

Input
Name Type Description
fileHandle int Contains a handle to a file whose end-of-file indicator is tested.

Return Value

Name Type Description
status int Contains the resulting status of the function. A nonzero value is returned only if the end-of-file indicator is set for the specified handle.

Additional Information

Library: ANSI C Library

Include file: lowlvlio.h

LabWindows/CVI compatibility: LabWindows/CVI 3.0 and later