> home > Custom Layer Boundary API

buffer_history_get_record_info

January 19th 2020
Get record information out of a buffer's history

Signature

C++
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

Record_Info