openHiTLS API openHiTLS 0.1.0-Alpha1

◆ BSL_LIST_GetNextNode()

BslListNode * BSL_LIST_GetNextNode ( const BslList pstList,
const BslListNode pstListNode 
)

This function advances the current reference pointer by one and returns the new current node. If the current reference pointer is off the list, the new current node will be the first node of the list (unless the list is NULL).

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