openHiTLS API openHiTLS 0.1.0-Alpha1

◆ BSL_LIST_GetData()

void * BSL_LIST_GetData ( const BslListNode pstNode)

This function returns the data of the passed list node.

参数
pstNode[IN] The node.
返回值
void*Data of the passed list node. [void*]
void*If the data is not present in the list node. [NULL]