- indexing
- title: "Stream seek modes. This constants can be used in", "EOLE_STREAM seek method only."
- project: "Visual Eiffel Win32 Library"
- revision: "$Revision: 1.1 $"
- copyright: "Copyright (C) 1996-2005 Object Tools Group"
- license: "http://visual-eiffel.com/license"
- cluster: winlib
class EOLE_STREAM_SEEK
- feature --
-- Stream seek modes.
--
-
EOLE_STREAM_SEEK_SET: INTEGER
-
EOLE_STREAM_SEEK_CUR: INTEGER
-
EOLE_STREAM_SEEK_END: INTEGER
end -- class EOLE_STREAM_SEEK