36.1.4 Record Objects
- Return the number of fields of the record, through MsiRecordGetFieldCount.
- Set field to value through MsiRecordSetString. field must be an integer; value a string.
- Set field to the contents of the file named value, through MsiRecordSetStream. field must be an integer; value a string.
- Set field to value through MsiRecordSetInteger. Both field and value must be an integer.
- Set all fields of the record to 0, through MsiRecordClearData.
See Also:
See About this document... for information on suggesting changes.