openHiTLS API
openHiTLS 0.1.0-Alpha1
首页
模块
结构体
文件
Bsl_list
BSL_LIST_AddElement
BSL_LIST_Concat
BSL_LIST_Copy
BSL_LIST_Curr
BSL_LIST_DeleteAll
BSL_LIST_DeleteAllAfterSort
BSL_LIST_DeleteCurrent
BSL_LIST_DeleteNode
BSL_LIST_DetachCurrent
BSL_LIST_DetachNode
BSL_LIST_First
BSL_LIST_FirstNode
BSL_LIST_FREE
BSL_LIST_FREE_AFTER_SORT
BSL_LIST_FreeWithoutData
BSL_LIST_GetData
BSL_LIST_GetElmtIndex
BSL_LIST_GetIndexNode
BSL_LIST_GetMaxElements
BSL_LIST_GetMaxQsortCount
BSL_LIST_GetNextNode
BSL_LIST_GetPrevNode
BSL_LIST_Last
BSL_LIST_New
BSL_LIST_Next
BSL_LIST_PFUNC_CMP
BSL_LIST_PFUNC_DUP
BSL_LIST_PFUNC_FREE
BSL_LIST_Prev
BSL_LIST_RevList
BSL_LIST_Search
BSL_LIST_SetMaxElements
BSL_LIST_SetMaxQsortCount
BSL_LIST_Sort
BslList
BslListNode
BslListPosition
◆
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]
制作者
1.9.7