openHiTLS API openHiTLS 0.1.0-Alpha1

◆ BSL_LIST_SetMaxElements()

int32_t BSL_LIST_SetMaxElements ( int32_t  iMaxElements)

This function sets the max element in BSL_LIST.Default value is 10000000 (10 Million).

参数
iMaxElements[IN] Max allowed element in BSL_LIST. It should be in range[0xffff, 0xfffffff]
返回值
BSL_INVALID_ARGIf input falls outside the range.
BSL_SUCCESSIf successful.