VpeStreamSeekEnd

<< Click to Display Table of Contents >>

Navigation:  Memory Streams >

VpeStreamSeekEnd

Previous pageReturn to chapter overviewNext page

[Professional Edition and above]

Moves the file pointer to the given position, which is relative to the end of the stream. Therefore the parameter pos must always be negative or null.

void VpeStreamSeekEnd(

VpeHandle hStream,

long pos

)

VpeHandle hStream

stream handle

long pos

the new position, must always be negative or null