Deletes a buffer.
a0tError a0DisposeBuffer( | | | |
| a0tBuffer | *buffer );
| |
Name | rd/wr | Description |
buffer | write | Descriptor of the buffer to delete. |
This function deletes a buffer buffer previously created by a call to a0NewBuffer(). The buffer automatically allocated at the creation of the thread of a Remote Thread Creation call or at the launch of a Remote Request must not be disposed with a call to this function, because it is disposed automatically at the thread termination.
Error Code | Description |
A0Err...Some error occurred. | |
A0ErrOkSuccessful completion. | |