openHiTLS API openHiTLS 0.1.0-Alpha1
|
◆ BSL_LIST_DetachCurrent()
This function detaches the current element from the list, the current node will be freed, but the data contained in the current node will not be freed.Also the pList->first, pList->curr and pList->last will be appropriately updated. If the current node is the last node, then pList->curr will point to its previous node after detachment, else it will point to its next node.
|