view_current_context
September 8th 2024
Get the current context details at the top of a view's context details stack
Signature
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