Sack Library Documentation
ContentsIndexReferenceHome
PreviousUpNext
sack::containers::text::CommandPositionOps Enumeration
C++
enum CommandPositionOps {
  COMMAND_POS_SET = 0,
  COMMAND_POS_CUR = 1
};
Members 
Description 
COMMAND_POS_SET = 0 
defined that the x,y position in the segment should be used for absolute positioning. can also be SEEK_SET 
COMMAND_POS_CUR = 1 
defined that the x,y position in the segment should be used for relative positioning. can also be SEEK_CUR 

negative with SEEK_SET is SEEK_END -nPos

Created with a commercial version of Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at support@toolsfactory.com.
Copyright (c) 2000+. All rights reserved.
What do you think about this topic? Send feedback!