Zen API
zSeekOrigin
C
enum zSeekOrigin {
  zSEEK_ORIGIN_BEGIN,
  zSEEK_ORIGIN_CURRENT,
  zSEEK_ORIGIN_END
};
Members
Members 
Description 
zSEEK_ORIGIN_BEGIN 
Seek relative to the start of stream. 
zSEEK_ORIGIN_CURRENT 
Seek relative to the current position. 
zSEEK_ORIGIN_END 
Seek relative to the end of stream. 
Description

Represents a reference point for seek operations.

File

zApi.h

Copyright (c) 2008-2010 by LMI Technologies Inc. All rights reserved.