MSI.RecordGetFieldCount

number MSI.RecordGetFieldCount ( 

number hRecord )

Description

Calls the MsiRecordGetFieldCount function that returns the number of fields in a record.

Parameters

hRecord

(number) The handle to a record.

Returns

(number) The number of fields in a record. If the function fails it will return -1. You can use Application.GetLastError to determine whether this action failed, and why.

See also:  Related Actions