Retrieves the current position into an ITuple, which you must create first by invoking the createTuple method.
virtual void getTuple(ITuple* tuple) = 0;
|
Parameters |
Description |
|
ITuple* tuple |
An ITuple object that will contain the current position afterwards. |