VpeStreamIsEof

<< Click to Display Table of Contents >>

Navigation:  Memory Streams >

VpeStreamIsEof

Previous pageReturn to chapter overviewNext page

[Professional Edition and above]

Returns the End Of File status of the given stream.

The Eof() function returns true after the first read operation that attempts to read past the end of the file. Eof() continues to report true, until Seek() is called.

int VpeStreamIsEof(

VpeHandle hStream

)

VpeHandle hStream

stream handle

Returns:

Value

Description

True

EOF

False

not EOF