view_get_managed_scope
September 8th 2024
Retrieve the managed scope tied to the lifetime of a view
Signature
Managed_Scope
view_get_managed_scope(Application_Links* app,
View_ID view_id);
Parameters
app
the standard custom layer context pointer
view_id
the id of the view to query
Return
the id of the managed scope tied to the view on success, when the view exists, zero otherwise
Related