SemysCoderGetLogEndPos

01 Returns the 'logical end' position (offset) of the coder.
02

uint32 SemysCoderGetLogEndPos(HSemysCoder coder);

03 Parameters:
  • coder: The coder to receive the position from.
04 Return Values:
The logical end position (offset) within the stream.
05 The logical end position can either be within the amount limit of the stream or -1 (not set). It has no effect on the coder itself and may be used by higher serialization applications.
06 Reference: SemysCoder.h
Implementation: Semys Library
See Also: Coder Sub-System, SemysCoderSetLogEndPos()

Goto: Main Page; This page is part of the Semys software documentation. See About: Documentation for details.