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).

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