Sack Library Documentation
|
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
Copyright (c) 2000+. All rights reserved.
|
What do you think about this topic? Send feedback!
|