หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
The application calls the sbpiberl function to release a buffer element from an existing buffer.
Syntax
VOID sbpiberl(
PTRBFELT *eltptr
);
Parameters
eltptr
Pointer to a pointer to the element to be released.
Remarks
This function should only be used to release surplus elements from a buffer. The sepdburl function should be called to release the entire buffer.
The released element should first be removed from the element chain 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 shorter than the incoming message.