MSI.RecordReadStream

string MSI.RecordReadStream ( 

number hRecord,

number Field,

number BytesToRead = 0 )

Description

Calls the MsiRecordReadStream function that reads bytes from a record stream field into a buffer.

Parameters

hRecord

(number) The handle to the record.

Field

(number) The field of the record.

BytesToRead

(number) The number of bytes to read. Setting this to 0 will read everything left in the stream.

Returns

(string)  The portion of the stream that was recorded. If this action fails, nil will be returned. You can use Application.GetLastError to determine whether this action failed, and why.

See also:  Related Actions