Sets 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 modifies the current storage pointer of a given buffer. The next a0Pack() or functions will operate at a new buffer storage position.
Error Code | Description |
A0Err...Some error occurred. | |
A0ErrOkSuccessful completion. | |
a0GetBufferPosition() a0Pack() a0Unpack() a0NewBuffer() a0NewBufferStorage()