Zen API
zMemory_Seek
C
zStatus zMemory_Seek(zMemory memory, z64s offset, zSeekOrigin origin);
Parameters
Parameters 
Description 
zMemory memory 
Memory stream object. 
z64s offset 
Offset by which to adjust the read/write pointer. 
zSeekOrigin origin 
Origin to which movement is relative (i.e. begin, current, end). 
Description

Moves the read/write pointer position to the specified location.

File

zMemory.h

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