MSI.FormatRecord

string MSI.FormatRecord ( 

number hInstall,

number hRecord )

Description

Calls the MsiFormatRecord function that formats record field data and properties using a format string.

Parameters

hInstall

(number) The handle to the install.

Note: _hInstall is the default for this parameter. See Global Variables for more information.

hRecord

(number) Handle to the record to format.

Returns

(string)  The formatted record. If the function fails, an empty string is returned. You can use Application.GetLastError to determine whether this action failed, and why.

See also:  Related Actions