> home > Custom Layer Boundary API

view_get_managed_scope

January 19th 2020
Retrieve the managed scope tied to the lifetime of a view

Signature

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

Managed_Scope