Synopsis

(macro) void *olm_GetNextObject(OLM_LIST *list, void *object)

Purpose

Get the next object from an object list.

Description

This function will return the next object in the specified list beyond the object that is passed in. If object is the last object in the list and thus no next object exists, NULL will be returned. The current object in the list will remain unchanged.

Input

list

List pointer

object

Return

User data pointer