ReadCurrentRmsRecord

ReadCurrentRmsRecord retrieves the current active record from the RMS file and stores the data in the internal data buffer.

Syntax

Function ReadCurrentRmsRecord(rmsHandle as Integer) As Integer

Parameters

rmsHandle

RMS file handle

Return Values

On success, ReadCurrentRmsRecord returns 0.  If there is no current active record in the RMS file, it returns -1.

Remarks

Call ReadCurrentRmsRecord to retrieve the current active RMS record into the internal

data buffer.  Before calling this function, the current active RMS file record must be set.

See Also

ReadRmsRecord