ConvertWinHighLowSizeToISHighLowSize

InstallShield 2024 » InstallScript Language Reference

The ConvertWinHighLowSizeToISHighLowSize function converts the unsigned 64-bit Windows size specified through nSizeWinHigh and nSizeWinLow to the corresponding 62-bit InstallShield high and low size value.

Syntax

ConvertWinHighLowSizeToISHighLowSize ( nSizeWinHigh, nSizeWinLow, nvSizeISHigh, nvSizeISLow);

Parameters

ConvertWinHighLowSizeToISHighLowSize Parameters

Parameter

Description

nSizeWinHigh

Specifies the upper 31 bits of the Windows 64-bit size value.

nSizeWinLow

Specifies the lower 31 bits of the Windows 64-bit size value.

nSizeISHigh

Returns the upper 31 bits of the InstallShield 62-bit size value.

nSizeISLow

Returns the lower 31 bits of the InstallShield 62-bit size value.

Return Values

ConvertWinHighLowSizeToISHighLowSize Return Values

Return Value

Description

ISERR_SUCCESS

Indicates that the function was successful.

< ISERR_SUCCESS

Indicates that the function was not successful.