PreviousNext
Macrovision

ListAddList

InstallShield 2008 ยป InstallScript Language Reference

The ListAddList function adds elements to the destination list.

Syntax

ListAddList ( listDest, listAdd, nPlacementFlag);

Parameters

ListAddList Parameters 

Parameter

Description

listDest

The specified destination list to have elements added.

listAdd

The list containing the elements to be added. All elements including current elements are added to listDest.

nPlacementFlag

Value can be BEFORE or AFTER indicating whether to add the list elements before or after the current element on the destination list.

Return Values

ListAddList Return Values 

Return Value

Description

ISERR_SUCCESS

Indicates that the function was successful.

< ISERR_SUCCESS

Indicates that the function was not successful.




Copyright Information | Contact Macrovision