Synopsis

(macro) size_t olm_GetDataSize(OLM_LIST *list)

Purpose

Get the data size of an object list.

Description

This function will return the size (in bytes) of the objects stored in an object list. This will be the same as the value specified to olm_CreateList for the element size parameter.

Input

list

List pointer

Return

Data size