enum zSeekOrigin { zSEEK_ORIGIN_BEGIN, zSEEK_ORIGIN_CURRENT, zSEEK_ORIGIN_END };
|
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. |
Represents a reference point for seek operations.
zApi.h