FindRecord(Int32) Method
- Last UpdatedApr 08, 2026
- 1 minute read
Finds a record using the slot number of the record.
IRealTimeBaseRecord FindRecord(
int slotNumber
)
IRealTimeBaseRecord^ FindRecord(
int slotNumber
)
Parameters
- slotNumber
- Slot number of the record to find.
Return Value
The record (which may not be valid) corresponding to the slot number.