The application calls the sbpibegt function to get a buffer element to append to an existing buffer.
VOID sbpibegt(
PTRBFELT *eltptr | |
); |
VOID FAR sbpibegt(
PTRBFELT FAR *eltptr | |
); |
This function should only be used to get extra elements for an existing buffer. The sepdbubl function should be used to get a new buffer.
The new element should be added to the chain of elements from the existing buffer header and the count of the number of elements updated.
This function is typically used when a received buffer is being reused to transmit a message that is longer than the incoming message.