buffer_get_access_flags
September 8th 2024
Retrieve the access flags of a buffer
Signature
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