GetRmsRecordCount

GetRmsRecordCount returns the number of records in the RMS file.

Syntax

Function GetRmsRecordCount(rmsHandle as Integer) As Long

Parameters

rmsHandle

RMS file handle

Return Values

On success, GetRmsRecordCount returns the number of records in the RMS file.  If failed, it returns -1.

Remarks

Call GetRmsRecordCount to get the number of records in the open RMS file.

See Also

ReadRmsRecordReadRmsRecord, GetCurrentRmsRecordNumberGetCurrentRmsRecordNumber.