openHiTLS API openHiTLS 0.1.0-Alpha1

◆ BSL_LIST_Curr()

void * BSL_LIST_Curr ( const BslList pstList)

This function returns the data of the current element in the list.

参数
pstList[IN] Input list
返回值
void*Data at the current element in the list [void*]
void*If the current element does not exist in the list [NULL]
void*If memory allocation fails. [NULL]