void CMarkup::ResetPos();

The ResetPos method clears the current position so that there is no current main position or child position and the current parent position is reset to the top of the document. This is used before navigating into the document to start back at the beginning when it doesn't matter where previous operations had placed the current position.

To selectively clear the main or child position, see ResetMainPos and ResetChildPos.