Synopsis
(macro) void *olm_SetUserData(OLM_LIST *list, void *value)
Purpose
Set the user data pointer in an object list
Description
This function will set the user data pointer in the specified list to the specified value.
Input
list
List pointer
value
Value pointer
Return
User data pointer