DeleteCHARArray

InstallShield 2020 ยป InstallScript Language Reference

Description

The DeleteCHARArray function deletes the array of pointers to which pCHARArray points.

Syntax

DeleteCHARArray ( pCHARArray );

Parameters

DeleteCHARArray Parameters

Parameter

Description

pCHARArray

Specifies a pointer to an array of pointers to ANSI character strings. Typically, this pointer is returned by a previous call to GetCHARArrayFromISStringArray.

Return Values

DeleteCHARArray Return Values

Return Value

Description

ISERR_SUCCESS

This function always returns ISERR_SUCCESS.

See Also