openHiTLS API openHiTLS 0.1.0-Alpha1

◆ BSL_LIST_GetPrevNode()

BslListNode * BSL_LIST_GetPrevNode ( const BslListNode pstListNode)

This function backs up the current reference pointer by one and returns the new current node.

参数
pstListNode[IN] The list node.
返回值
BslListNode*Pointer to the previous element in the list
BslListNode*If the previous element does not exist[NULL]