buffer_history_get_record_info
September 8th 2024
Get record information out of a buffer's history
Signature
Record_Info
buffer_history_get_record_info(Application_Links* app,
Buffer_ID buffer_id,
History_Record_Index index);
Parameters
app
the standard custom layer context pointer
buffer_id
the id of the buffer to query
index
the index of the record to query
Return
on success, when the buffer exists and index is within the history index range, the record information at the given index, otherwise zero
Related