openHiTLS API openHiTLS 0.1.0-Alpha1

◆ BSL_LIST_Next()

void * BSL_LIST_Next ( BslList pstList)

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

Parameters
pstList[IN] The list
Return values
void*Pointer to the next element in the list [void*]
void*If the next element does not exist [NULL]