LOWORD

InstallShield 2014 ยป InstallScript Language Reference

The LOWORD function extracts the low-order word (two bytes) from the 32-bit integer value specified by lValue.

Syntax

LOWORD ( lValue );

Parameters

LOWORD Parameters

Parameter

Description

lValue

Specifies the 32-bit integer from which you want to extract the lower two bytes.

Return Values

This function returns the low-order word (lower two bytes) of the integer.

See Also