Synopsis

(macro) void *olm_GetPrevObject(OLM_LIST *list)

Purpose

Get the previous object from an object list.

Description

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

Input

list

List pointer

Return

User data pointer