Gets current buffer's storage pointer.
a0tError | a0GetBufferPosition( | | | |
| | a0tBuffer | *buffer, | |
| | long | *position );
| |
| Name | rd/wr | Description |
| buffer | read | Buffer to get the storage pointer from. |
| position | write | Storage pointer of the buffer. |
This function extracts the current storage pointer of a given buffer.
On return of this function, the variable pointed by position contains the current storage pointer.
| Error Code | Description |
A0Err...| Some error occurred. | |
A0ErrOk| Successful completion. | |
a0SetBufferPosition() a0Pack() a0Unpack() a0NewBuffer() a0NewBufferStorage()