> home > Custom Layer Boundary API

view_current_context

January 19th 2020
Get the current context details at the top of a view's context details stack

Signature

C++
View_Context
view_current_context(Application_Links* app,
                     View_ID view_id);

Parameters

app

the standard custom layer context pointer

view_id

the id of thew view to query

Return

a copy of the context details for the given view if it exists, zero otherwise

Related

View_Context