Synopsis

PDX_MSGT olm_AddArray(long option, OLM_LIST *list, int position, int arraysize, void *array)

Purpose

Add an array of objects to an object list.

Description

This function will add the specified number of objects in the specified array to the specified list. The position indicates the starting position for the first object in the array. The remaining objects will be added immdiately after the first. The last object in the array will become the current object in the list.

Input

option

Options (not used)

list

List pointer

position

Position number OLM_FIRST, OLM_LAST, OLM_CURRENT

arraysize

Number of objects in array

array

Array pointer

Return

OLM_NOERR or error