> home > Custom Layer Boundary API

buffer_get_access_flags

January 19th 2020
Retrieve the access flags of a buffer

Signature

C++
Access_Flag
buffer_get_access_flags(Application_Links* app,
                        Buffer_ID buffer_id);

Parameters

app

the standard custom layer context pointer

buffer_id

the id of the buffer to query

Return

the access flag fied of the buffer on success, when the buffer exists, otherwise zero

Related

Access_Flag