> home > Custom Layer Boundary API

get_view_next

January 19th 2020
Iterate to the next view

Signature

C++
View_ID
get_view_next(Application_Links* app,
              View_ID view_id,
              Access_Flag access);

Parameters

app

the standard custom layer context pointer

view_id

the id of the view to iterate from, or zero to get the first view

access

the type of access requirements used to filter on the views that are returned

Return

the id of the next view, or zero if there is no next view