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.
SetInteger( |
field, value) |
-
Set field to value through MsiRecordSetInteger.
Both field and value must be an integer.
-
Set all fields of the record to 0, through MsiRecordClearData.
Release 2.5, documentation updated on 19th September, 2006.
See About this document... for information on suggesting changes.